#A79100

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

Shades of Dark Goldenrod #A79100

Tints of Dark Goldenrod #A79100

Color information

#A79100 (or 0xA79100) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 91 and 00. RGB value is (167,145,0). Sum of RGB (Red+Green+Blue) = 167+145+0=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A79100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79100 is #586EFF. Grayscale: #878787. Windows color (decimal): -5795584 or 37287. OLE color: 37287.

HSL color Cylindrical-coordinate representation of color #A79100: hue angle of 52.1º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A79100 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1671450-
CMYK00.1310.35
HSL52.1º100%32.75%-
HSV(B)52.1º100%65.49%-
XYZ26.0628.474.12-
YUV135.0551.79150.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.53%
G=46.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167145000.1310.3552.110032.75
HexA79100D6423346421
Octal2472210015144436414441
Binary101001111001000100110111001001000111101001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79100; }

 p { color: rgb(167,145,0); }

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

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

 a { background-color: rgb(167,145,0); }

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

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

 span { border-color: rgb(167,145,0); }

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