#A55027

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

Shades of Rich Gold #A55027

Tints of Rich Gold #A55027

Color information

#A55027 (or 0xA55027) is unknown color: approx Rich Gold. HEX triplet: A5, 50 and 27. RGB value is (165,80,39). Sum of RGB (Red+Green+Blue) = 165+80+39=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A55027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55027 is #5AAFD8. Grayscale: #646464. Windows color (decimal): -5943257 or 2576549. OLE color: 2576549.

HSL color Cylindrical-coordinate representation of color #A55027: hue angle of 19.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A55027 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1658039-
CMYK00.520.760.35
HSL19.52º61.76%40%-
HSV(B)19.52º76.36%64.71%-
XYZ18.7513.883.61-
YUV100.7493.16173.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=58.10%
G=28.17%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165803900.520.760.3519.5261.7640
HexA550270344C23143e28
Octal2451204706411443247650
Binary1010010110100001001110110100100110010001110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55027; }

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

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

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

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

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

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

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

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