#A55517

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

Shades of Rich Gold #A55517

Tints of Rich Gold #A55517

Color information

#A55517 (or 0xA55517) is unknown color: approx Rich Gold. HEX triplet: A5, 55 and 17. RGB value is (165,85,23). Sum of RGB (Red+Green+Blue) = 165+85+23=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A55517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55517 is #5AAAE8. Grayscale: #666666. Windows color (decimal): -5941993 or 1529253. OLE color: 1529253.

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

Color convert

RGB1658523-
CMYK00.480.860.35
HSL26.2º75.53%36.86%-
HSV(B)26.2º86.06%64.71%-
XYZ18.9214.562.62-
YUV101.8583.5173.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=60.44%
G=31.14%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165852300.480.860.3526.275.5336.86
HexA5551703056231a4c25
Octal24512527060126433211445
Binary1010010110101011011101100001010110100011110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55517; }

 p { color: rgb(165,85,23); }

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

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

 a { background-color: rgb(165,85,23); }

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

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

 span { border-color: rgb(165,85,23); }

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