#A47C08

Color #A47C08 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A47C08

Tints of Dark Goldenrod #A47C08

Color information

#A47C08 (or 0xA47C08) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 7C and 08. RGB value is (164,124,8). Sum of RGB (Red+Green+Blue) = 164+124+8=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C08 is #5B83F7. Grayscale: #7B7B7B. Windows color (decimal): -5997560 or 556196. OLE color: 556196.

HSL color Cylindrical-coordinate representation of color #A47C08: hue angle of 44.62º 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 #A47C08 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1641248-
CMYK00.240.950.36
HSL44.62º90.7%33.73%-
HSV(B)44.62º95.12%64.31%-
XYZ22.5622.333.35-
YUV122.7463.25157.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.41%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 8 (3.52% from 255) = 2.70%
R=55.41%
G=41.89%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164124800.240.950.3644.6290.733.73
HexA47C80185F242d5b22
Octal24417410030137445513342
Binary101001001111100100001100010111111001001011011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C08; }

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

 H1.HeaderClassName
 {
   color: #A47C08;
 }
 .AnyTagClassName
 {
   color: #A47C08;
 }
</style>
background-color css

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

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

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

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

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

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