#A55418

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

Shades of Rich Gold #A55418

Tints of Rich Gold #A55418

Color information

#A55418 (or 0xA55418) is unknown color: approx Rich Gold. HEX triplet: A5, 54 and 18. RGB value is (165,84,24). Sum of RGB (Red+Green+Blue) = 165+84+24=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A55418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55418 is #5AABE7. Grayscale: #656565. Windows color (decimal): -5942248 or 1594533. OLE color: 1594533.

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

Color convert

RGB1658424-
CMYK00.490.850.35
HSL25.53º74.6%37.06%-
HSV(B)25.53º85.45%64.71%-
XYZ18.8514.412.65-
YUV101.3884.34173.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=60.44%
G=30.77%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165842400.490.850.3525.5374.637.06
HexA5541803155231a4b25
Octal24512430061125433211345
Binary1010010110101001100001100011010101100011110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55418; }

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

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

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

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

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

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

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

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