#A67A00

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

Shades of Dark Goldenrod #A67A00

Tints of Dark Goldenrod #A67A00

Color information

#A67A00 (or 0xA67A00) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7A and 00. RGB value is (166,122,0). Sum of RGB (Red+Green+Blue) = 166+122+0=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A00 is #5985FF. Grayscale: #797979. Windows color (decimal): -5867008 or 31398. OLE color: 31398.

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

Color convert

RGB1661220-
CMYK00.2710.35
HSL44.1º100%32.55%-
HSV(B)44.1º100%65.1%-
XYZ22.6922.033.06-
YUV121.2559.58159.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.64%
G=42.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166122000.2710.3544.110032.55
HexA67A001B64232c6421
Octal2461720033144435414441
Binary101001101111010001101111001001000111011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A00; }

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

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

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

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

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

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

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

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