#A55E3C

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

Shades of Desert #A55E3C

Tints of Desert #A55E3C

Color information

#A55E3C (or 0xA55E3C) is unknown color: approx Desert. HEX triplet: A5, 5E and 3C. RGB value is (165,94,60). Sum of RGB (Red+Green+Blue) = 165+94+60=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E3C is #5AA1C3. Grayscale: #6F6F6F. Windows color (decimal): -5939652 or 3956389. OLE color: 3956389.

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

Color convert

RGB1659460-
CMYK00.430.640.35
HSL19.43º46.67%44.12%-
HSV(B)19.43º63.64%64.71%-
XYZ20.3416.336.36-
YUV111.3599.02166.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.72%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 60 (23.83% from 255) = 18.81%
R=51.72%
G=29.47%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165946000.430.640.3519.4346.6744.12
HexA55E3C02B4023132f2c
Octal2451367405310043235754
Binary1010010110111101111000101011100000010001110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E3C; }

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

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

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

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

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

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

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

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