#A27C04

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

Shades of Dark Goldenrod #A27C04

Tints of Dark Goldenrod #A27C04

Color information

#A27C04 (or 0xA27C04) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7C and 04. RGB value is (162,124,4). Sum of RGB (Red+Green+Blue) = 162+124+4=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C04 is #5D83FB. Grayscale: #7A7A7A. Windows color (decimal): -6128636 or 294050. OLE color: 294050.

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

Color convert

RGB1621244-
CMYK00.230.980.36
HSL45.57º95.18%32.55%-
HSV(B)45.57º97.53%63.53%-
XYZ22.1322.113.22-
YUV121.6861.59156.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=55.86%
G=42.76%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162124400.230.980.3645.5795.1832.55
HexA27C401762242e5f21
Octal2421744027142445613741
Binary10100010111110010001011111000101001001011101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C04; }

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

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

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

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

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

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

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

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