#A55A38

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

Shades of Desert #A55A38

Tints of Desert #A55A38

Color information

#A55A38 (or 0xA55A38) is unknown color: approx Desert. HEX triplet: A5, 5A and 38. RGB value is (165,90,56). Sum of RGB (Red+Green+Blue) = 165+90+56=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A38 is #5AA5C7. Grayscale: #6C6C6C. Windows color (decimal): -5940680 or 3693221. OLE color: 3693221.

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

Color convert

RGB1659056-
CMYK00.450.660.35
HSL18.72º49.32%43.33%-
HSV(B)18.72º66.06%64.71%-
XYZ19.8915.65.7-
YUV108.5598.35168.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=53.05%
G=28.94%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165905600.450.660.3518.7249.3243.33
HexA55A3802D422313312b
Octal2451327005510243236153
Binary1010010110110101110000101101100001010001110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A38; }

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

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

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

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

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

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

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

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