#a55016

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

Shades of Rich Gold #A55016

Tints of Rich Gold #A55016

Color information

#A55016 (or 0xA55016) is unknown color: approx Rich Gold. HEX triplet: A5, 50 and 16. RGB value is (165,80,22). Sum of RGB (Red+Green+Blue) = 165+80+22=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A55016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55016 is #5AAFE9. Grayscale: #636363. Windows color (decimal): -5943274 or 1462437. OLE color: 1462437.

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

Color convert

RGB1658022-
CMYK00.520.870.35
HSL24.34º76.47%36.67%-
HSV(B)24.34º86.67%64.71%-
XYZ18.5313.792.45-
YUV98.884.66175.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=61.80%
G=29.96%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165802200.520.870.3524.3476.4736.67
HexA550160345723184c25
Octal24512026064127433011445
Binary1010010110100001011001101001010111100011110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55016; }

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

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

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

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

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

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

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

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