Color Hex Logo

#a39930 Color Hex

#A39930
(163,153,48)
0 Favorites   0 Comments

Color spaces of #a39930

RGB 16315348
HSL0.150.550.41
HSV55°71°64°
CMYK 0.000.060.71   0.36
XYZ27.029030.78247.3133
Yxy30.78240.41500.4727
Hunter Lab55.4819-10.133831.0221
CIE-Lab62.3235-8.799853.7423

#a39930 color RGB value is (163,153,48).

#a39930 hex color red value is 163, green value is 153 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a39930 hue: 0.15 , saturation: 0.55 and the lightness value of a39930 is 0.41.

The process color (four color CMYK) of #a39930 color hex is 0.00, 0.06, 0.71, 0.36. Web safe color of #a39930 is #999933. Color #a39930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 00110000
Octal 243 231 60
Decimal 163 153 48
Hex A3 99 30

RGB Percentages of Color #a39930

%44.78
%42.03
%13.19

CMYK Percentages of Color #a39930

%0
%6
%71
%36

Triadic Colors of #a39930

#a39930 #30a399 #9930a3

Analogous Colors of #a39930

#a39930 #74a330 #a36030

Monochromatic Colors of #a39930

#a39930

Complementary Color

#a39930 #303aa3

#a39930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39930 Color CSS Codes

.mybgcolor {background-color:#a39930; } 
.myforecolor {color:#a39930; }
.mybordercolor {border:3px solid #a39930; }

#a39930 Text Font Color

<p style="color:#a39930">Text here</p>

This sample text font color is #a39930
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a39930 Background Color

<div style="background-color:#a39930">
Div content here</div>

This div background color is #a39930


#a39930 Border Color

<div style="border:3px solid #a39930">
Div here</div>

This div border color is #a39930


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,153,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a39930; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a39930;
  -webkit-box-shadow: 1px 1px 3px 2px #a39930;
  box-shadow:         1px 1px 3px 2px #a39930; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,153,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a39930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a39930;
  -webkit-box-shadow: 1px 1px 3px 2px #a39930;
  box-shadow:         1px 1px 3px 2px #a39930;">
Div content here</div>

This div box has shadow with color #a39930


Comments

No comments written yet.

Please login to write comment.