#A05027

Color #A05027 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A05027

Tints of Rich Gold #A05027

Color information

#A05027 (or 0xA05027) is unknown color: approx Rich Gold. HEX triplet: A0, 50 and 27. RGB value is (160,80,39). Sum of RGB (Red+Green+Blue) = 160+80+39=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A05027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05027 is #5FAFD8. Grayscale: #636363. Windows color (decimal): -6270937 or 2576544. OLE color: 2576544.

HSL color Cylindrical-coordinate representation of color #A05027: hue angle of 20.33º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A05027 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1608039-
CMYK00.50.760.37
HSL20.33º60.8%39.02%-
HSV(B)20.33º75.63%62.75%-
XYZ17.7313.363.56-
YUV99.2594171.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=57.35%
G=28.67%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160803900.50.760.3720.3360.839.02
HexA050270324C25143d27
Octal2401204706211445247547
Binary1010000010100001001110110010100110010010110100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05027; }

 p { color: rgb(160,80,39); }

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

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

 a { background-color: rgb(160,80,39); }

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

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

 span { border-color: rgb(160,80,39); }

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