#A55618

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

Shades of Rich Gold #A55618

Tints of Rich Gold #A55618

Color information

#A55618 (or 0xA55618) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 18. RGB value is (165,86,24). Sum of RGB (Red+Green+Blue) = 165+86+24=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A55618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55618 is #5AA9E7. Grayscale: #666666. Windows color (decimal): -5941736 or 1595045. OLE color: 1595045.

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

Color convert

RGB1658624-
CMYK00.480.850.35
HSL26.38º74.6%37.06%-
HSV(B)26.38º85.45%64.71%-
XYZ19.0114.722.7-
YUV102.5583.67172.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=60%
G=31.27%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165862400.480.850.3526.3874.637.06
HexA5561803055231a4b25
Octal24512630060125433211345
Binary1010010110101101100001100001010101100011110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55618; }

 p { color: rgb(165,86,24); }

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

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

 a { background-color: rgb(165,86,24); }

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

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

 span { border-color: rgb(165,86,24); }

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