#A55412

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

Shades of Rich Gold #A55412

Tints of Rich Gold #A55412

Color information

#A55412 (or 0xA55412) is unknown color: approx Rich Gold. HEX triplet: A5, 54 and 12. RGB value is (165,84,18). Sum of RGB (Red+Green+Blue) = 165+84+18=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A55412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55412 is #5AABED. Grayscale: #656565. Windows color (decimal): -5942254 or 1201317. OLE color: 1201317.

HSL color Cylindrical-coordinate representation of color #A55412: hue angle of 26.94º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A55412 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1658418-
CMYK00.490.890.35
HSL26.94º80.33%35.88%-
HSV(B)26.94º89.09%64.71%-
XYZ18.814.382.36-
YUV100.781.34173.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=61.80%
G=31.46%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165841800.490.890.3526.9480.3335.88
HexA5541203159231b5024
Octal24512422061131433312044
Binary1010010110101001001001100011011001100011110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55412; }

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

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

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

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

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

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

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

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