#A67C02

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

Shades of Dark Goldenrod #A67C02

Tints of Dark Goldenrod #A67C02

Color information

#A67C02 (or 0xA67C02) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7C and 02. RGB value is (166,124,2). Sum of RGB (Red+Green+Blue) = 166+124+2=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C02 is #5983FD. Grayscale: #7B7B7B. Windows color (decimal): -5866494 or 162982. OLE color: 162982.

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

Color convert

RGB1661242-
CMYK00.250.990.35
HSL44.63º97.62%32.94%-
HSV(B)44.63º98.8%65.1%-
XYZ22.9422.533.2-
YUV122.6559.91158.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=56.85%
G=42.47%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166124200.250.990.3544.6397.6232.94
HexA67C201963232d6221
Octal2461742031143435514241
Binary1010011011111001001100111000111000111011011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C02; }

 p { color: rgb(166,124,2); }

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

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

 a { background-color: rgb(166,124,2); }

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

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

 span { border-color: rgb(166,124,2); }

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