#A55A3A

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

Shades of Desert #A55A3A

Tints of Desert #A55A3A

Color information

#A55A3A (or 0xA55A3A) is unknown color: approx Desert. HEX triplet: A5, 5A and 3A. RGB value is (165,90,58). Sum of RGB (Red+Green+Blue) = 165+90+58=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A3A is #5AA5C5. Grayscale: #6C6C6C. Windows color (decimal): -5940678 or 3824293. OLE color: 3824293.

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

Color convert

RGB1659058-
CMYK00.450.650.35
HSL17.94º47.98%43.73%-
HSV(B)17.94º64.85%64.71%-
XYZ19.9415.625.97-
YUV108.7899.35168.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=52.72%
G=28.75%
B=18.53%

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
Decimal165905800.450.650.3517.9447.9843.73
HexA55A3A02D412312302c
Octal2451327205510143226054
Binary1010010110110101110100101101100000110001110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A3A; }

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

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

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

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

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

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

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

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