#A55B2B

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

Shades of Rich Gold #A55B2B

Tints of Rich Gold #A55B2B

Color information

#A55B2B (or 0xA55B2B) is unknown color: approx Rich Gold. HEX triplet: A5, 5B and 2B. RGB value is (165,91,43). Sum of RGB (Red+Green+Blue) = 165+91+43=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B2B is #5AA4D4. Grayscale: #6B6B6B. Windows color (decimal): -5940437 or 2841509. OLE color: 2841509.

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

Color convert

RGB1659143-
CMYK00.450.740.35
HSL23.61º58.65%40.78%-
HSV(B)23.61º73.94%64.71%-
XYZ19.6915.664.27-
YUV107.6591.52168.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 43 (17.19% from 255) = 14.38%
R=55.18%
G=30.43%
B=14.38%

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
Decimal165914300.450.740.3523.6158.6540.78
HexA55B2B02D4A23183b29
Octal2451335305511243307351
Binary1010010110110111010110101101100101010001111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B2B; }

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

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

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

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

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

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

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

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