Html Css Color HEX #A47008 Golden Brown

📋 copy color: '#A47008'

red 164 ◦ green 112 ◦ blue 8

#A47008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A47008

Tints of Golden Brown #A47008

RGB

 RED value IS 164 (64.45% from 255) = 57.75%

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 57.75%
G = 39.44%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A47008 (or 0xA47008) is known color: Golden Brown. HEX triplet: A4, 70 and 08. RGB value is (164,112,8). Sum of RGB (Red+Green+Blue) = 164+112+8=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A47008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47008 is #5B8FF7. Grayscale: #747474. Windows color (decimal): -6000632 or 553124. OLE color: 553124.

HSL color Cylindrical-coordinate representation of color #A47008: hue angle of 40º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A47008 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 8 -
CMYK 0 0.32 0.95 0.36
HSL 40º 0.91% 0.34% -
HSV(B) 40º 0.95% 0.64% -
XYZ 21.15 19.5 2.88 -
YUV 115.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 164 112 8 0 0.32 0.95 0.36 40 0.91 0.34
Hex A4 70 8 0 20 5F 24 28 5B 22
Octal 244 160 10 0 40 137 44 50 133 42
Binary 10100100 1110000 1000 0 100000 1011111 100100 101000 1011011 100010

Color Harmonies of #A47008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47008

Black with #A47008

Text Example


Text Example

White with #A47008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47008; }

 p { color: rgb(164,112,8); }

 H1.HeaderClassName
 {
   color: #A47008;
 }
 .AnyTagClassName
 {
   color: #A47008;
 }
</style>

background-color css

<style>
 a { background-color: #A47008; }

 a { background-color: rgb(164,112,8); }

 div.DivClassName
 {
   background-color: #A47008;
 }
 .BgClassName
 {
   background-color: #A47008;
 }
</style>

border-color css

<style>
 span { border-color: #A47008; }

 span { border-color: rgb(164,112,8); }

 td.TdClassName
 {
   border-color: #A47008;
 }
 .TagClassName
 {
   border-color: #A47008;
 }
</style>