#A67B00

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

Shades of Dark Goldenrod #A67B00

Tints of Dark Goldenrod #A67B00

Color information

#A67B00 (or 0xA67B00) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7B and 00. RGB value is (166,123,0). Sum of RGB (Red+Green+Blue) = 166+123+0=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67B00 is #5984FF. Grayscale: #7A7A7A. Windows color (decimal): -5866752 or 31654. OLE color: 31654.

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

Color convert

RGB1661230-
CMYK00.2610.35
HSL44.46º100%32.55%-
HSV(B)44.46º100%65.1%-
XYZ22.8122.273.1-
YUV121.8459.25159.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.44%
G=42.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166123000.2610.3544.4610032.55
HexA67B001A64232c6421
Octal2461730032144435414441
Binary101001101111011001101011001001000111011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B00; }

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

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

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

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

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

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

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

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