#A55A2B

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

Shades of Rich Gold #A55A2B

Tints of Rich Gold #A55A2B

Color information

#A55A2B (or 0xA55A2B) is unknown color: approx Rich Gold. HEX triplet: A5, 5A and 2B. RGB value is (165,90,43). Sum of RGB (Red+Green+Blue) = 165+90+43=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2B is #5AA5D4. Grayscale: #6B6B6B. Windows color (decimal): -5940693 or 2841253. OLE color: 2841253.

HSL color Cylindrical-coordinate representation of color #A55A2B: hue angle of 23.11º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A55A2B is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1659043-
CMYK00.450.740.35
HSL23.11º58.65%40.78%-
HSV(B)23.11º73.94%64.71%-
XYZ19.6115.494.24-
YUV107.0791.85169.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=55.37%
G=30.20%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165904300.450.740.3523.1158.6540.78
HexA55A2B02D4A23173b29
Octal2451325305511243277351
Binary1010010110110101010110101101100101010001110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A2B; }

 p { color: rgb(165,90,43); }

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

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

 a { background-color: rgb(165,90,43); }

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

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

 span { border-color: rgb(165,90,43); }

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