#A27C0A

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

Shades of Dark Goldenrod #A27C0A

Tints of Dark Goldenrod #A27C0A

Color information

#A27C0A (or 0xA27C0A) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 7C and 0A. RGB value is (162,124,10). Sum of RGB (Red+Green+Blue) = 162+124+10=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C0A is #5D83F5. Grayscale: #7A7A7A. Windows color (decimal): -6128630 or 687266. OLE color: 687266.

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

Color convert

RGB16212410-
CMYK00.230.940.36
HSL45º88.37%33.73%-
HSV(B)45º93.83%63.53%-
XYZ22.1622.123.39-
YUV122.3764.59156.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=54.73%
G=41.89%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621241000.230.940.364588.3733.73
HexA27CA0175E242d5822
Octal24217412027136445513042
Binary101000101111100101001011110111101001001011011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C0A; }

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

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

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

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

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

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

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

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