#A55C3C

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

Shades of Desert #A55C3C

Tints of Desert #A55C3C

Color information

#A55C3C (or 0xA55C3C) is unknown color: approx Desert. HEX triplet: A5, 5C and 3C. RGB value is (165,92,60). Sum of RGB (Red+Green+Blue) = 165+92+60=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C3C is #5AA3C3. Grayscale: #6E6E6E. Windows color (decimal): -5940164 or 3955877. OLE color: 3955877.

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

Color convert

RGB1659260-
CMYK00.440.640.35
HSL18.29º46.67%44.12%-
HSV(B)18.29º63.64%64.71%-
XYZ20.1615.986.3-
YUV110.1899.68167.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=52.05%
G=29.02%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165926000.440.640.3518.2946.6744.12
HexA55C3C02C4023122f2c
Octal2451347405410043225754
Binary1010010110111001111000101100100000010001110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C3C; }

 p { color: rgb(165,92,60); }

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

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

 a { background-color: rgb(165,92,60); }

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

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

 span { border-color: rgb(165,92,60); }

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