#A55112

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

Shades of Rich Gold #A55112

Tints of Rich Gold #A55112

Color information

#A55112 (or 0xA55112) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 12. RGB value is (165,81,18). Sum of RGB (Red+Green+Blue) = 165+81+18=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A55112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55112 is #5AAEED. Grayscale: #636363. Windows color (decimal): -5943022 or 1200549. OLE color: 1200549.

HSL color Cylindrical-coordinate representation of color #A55112: hue angle of 25.71º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A55112 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1658118-
CMYK00.510.890.35
HSL25.71º80.33%35.88%-
HSV(B)25.71º89.09%64.71%-
XYZ18.5713.932.28-
YUV98.9382.33175.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=62.5%
G=30.68%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165811800.510.890.3525.7180.3335.88
HexA5511203359231a5024
Octal24512122063131433212044
Binary1010010110100011001001100111011001100011110101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55112; }

 p { color: rgb(165,81,18); }

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

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

 a { background-color: rgb(165,81,18); }

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

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

 span { border-color: rgb(165,81,18); }

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