#A79006

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

Shades of Dark Goldenrod #A79006

Tints of Dark Goldenrod #A79006

Color information

#A79006 (or 0xA79006) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 90 and 06. RGB value is (167,144,6). Sum of RGB (Red+Green+Blue) = 167+144+6=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A79006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79006 is #586FF9. Grayscale: #878787. Windows color (decimal): -5795834 or 430247. OLE color: 430247.

HSL color Cylindrical-coordinate representation of color #A79006: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A79006 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671446-
CMYK00.140.960.35
HSL51.43º93.06%33.92%-
HSV(B)51.43º96.41%65.49%-
XYZ25.9428.184.24-
YUV135.1455.12150.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=52.68%
G=45.43%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167144600.140.960.3551.4393.0633.92
HexA79060E6023335d22
Octal2472206016140436313542
Binary10100111100100001100111011000001000111100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79006; }

 p { color: rgb(167,144,6); }

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

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

 a { background-color: rgb(167,144,6); }

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

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

 span { border-color: rgb(167,144,6); }

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