#A67C04

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

Shades of Dark Goldenrod #A67C04

Tints of Dark Goldenrod #A67C04

Color information

#A67C04 (or 0xA67C04) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 7C and 04. RGB value is (166,124,4). Sum of RGB (Red+Green+Blue) = 166+124+4=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C04 is #5983FB. Grayscale: #7B7B7B. Windows color (decimal): -5866492 or 294054. OLE color: 294054.

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

Color convert

RGB1661244-
CMYK00.250.980.35
HSL44.44º95.29%33.33%-
HSV(B)44.44º97.59%65.1%-
XYZ22.9622.533.25-
YUV122.8860.91158.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=56.46%
G=42.18%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166124400.250.980.3544.4495.2933.33
HexA67C401962232c5f21
Octal2461744031142435413741
Binary10100110111110010001100111000101000111011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C04; }

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

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

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

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

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

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

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

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