#A55B3A

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

Shades of Desert #A55B3A

Tints of Desert #A55B3A

Color information

#A55B3A (or 0xA55B3A) is unknown color: approx Desert. HEX triplet: A5, 5B and 3A. RGB value is (165,91,58). Sum of RGB (Red+Green+Blue) = 165+91+58=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B3A is #5AA4C5. Grayscale: #6D6D6D. Windows color (decimal): -5940422 or 3824549. OLE color: 3824549.

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

Color convert

RGB1659158-
CMYK00.450.650.35
HSL18.5º47.98%43.73%-
HSV(B)18.5º64.85%64.71%-
XYZ20.0215.795.99-
YUV109.3699.02167.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=52.55%
G=28.98%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165915800.450.650.3518.547.9843.73
HexA55B3A02D412313302c
Octal2451337205510143236054
Binary1010010110110111110100101101100000110001110011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B3A; }

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

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

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

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

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

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

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

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