#A55816

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

Shades of Rich Gold #A55816

Tints of Rich Gold #A55816

Color information

#A55816 (or 0xA55816) is unknown color: approx Rich Gold. HEX triplet: A5, 58 and 16. RGB value is (165,88,22). Sum of RGB (Red+Green+Blue) = 165+88+22=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A55816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55816 is #5AA7E9. Grayscale: #676767. Windows color (decimal): -5941226 or 1464485. OLE color: 1464485.

HSL color Cylindrical-coordinate representation of color #A55816: hue angle of 27.69º 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 #A55816 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1658822-
CMYK00.470.870.35
HSL27.69º76.47%36.67%-
HSV(B)27.69º86.67%64.71%-
XYZ19.1515.042.65-
YUV103.582.01171.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 22 (8.98% from 255) = 8%
R=60%
G=32%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165882200.470.870.3527.6976.4736.67
HexA5581602F57231c4c25
Octal24513026057127433411445
Binary1010010110110001011001011111010111100011111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55816; }

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

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

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

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

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

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

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

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