#A55115

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

Shades of Rich Gold #A55115

Tints of Rich Gold #A55115

Color information

#A55115 (or 0xA55115) is unknown color: approx Rich Gold. HEX triplet: A5, 51 and 15. RGB value is (165,81,21). Sum of RGB (Red+Green+Blue) = 165+81+21=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A55115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55115 is #5AAEEA. Grayscale: #636363. Windows color (decimal): -5943019 or 1397157. OLE color: 1397157.

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

Color convert

RGB1658121-
CMYK00.510.870.35
HSL25º77.42%36.47%-
HSV(B)25º87.27%64.71%-
XYZ18.5913.942.42-
YUV99.2883.83174.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=61.80%
G=30.34%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165812100.510.870.352577.4236.47
HexA551150335723194d24
Octal24512125063127433111544
Binary1010010110100011010101100111010111100011110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55115; }

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

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

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

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

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

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

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

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