#A55B37

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

Shades of Desert #A55B37

Tints of Desert #A55B37

Color information

#A55B37 (or 0xA55B37) is unknown color: approx Desert. HEX triplet: A5, 5B and 37. RGB value is (165,91,55). Sum of RGB (Red+Green+Blue) = 165+91+55=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B37 is #5AA4C8. Grayscale: #6D6D6D. Windows color (decimal): -5940425 or 3627941. OLE color: 3627941.

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

Color convert

RGB1659155-
CMYK00.450.670.35
HSL19.64º50%43.14%-
HSV(B)19.64º66.67%64.71%-
XYZ19.9515.765.6-
YUV109.0297.52167.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=53.05%
G=29.26%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915500.450.670.3519.645043.14
HexA55B3702D432314322b
Octal2451336705510343246253
Binary1010010110110111101110101101100001110001110100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B37; }

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

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

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

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

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

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

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

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