#A67500

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

Shades of Dark Goldenrod #A67500

Tints of Dark Goldenrod #A67500

Color information

#A67500 (or 0xA67500) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 75 and 00. RGB value is (166,117,0). Sum of RGB (Red+Green+Blue) = 166+117+0=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A67500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67500 is #598AFF. Grayscale: #767676. Windows color (decimal): -5868288 or 30118. OLE color: 30118.

HSL color Cylindrical-coordinate representation of color #A67500: hue angle of 42.29º 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 #A67500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1661170-
CMYK00.3010.35
HSL42.29º100%32.55%-
HSV(B)42.29º100%65.1%-
XYZ22.0920.832.86-
YUV118.3161.23162.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.66%
G=41.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166117000.3010.3542.2910032.55
HexA675001E64232a6421
Octal2461650036144435214441
Binary101001101110101001111011001001000111010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67500; }

 p { color: rgb(166,117,0); }

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

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

 a { background-color: rgb(166,117,0); }

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

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

 span { border-color: rgb(166,117,0); }

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