#A56037

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

Shades of Desert #A56037

Tints of Desert #A56037

Color information

#A56037 (or 0xA56037) is unknown color: approx Desert. HEX triplet: A5, 60 and 37. RGB value is (165,96,55). Sum of RGB (Red+Green+Blue) = 165+96+55=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56037 is #5A9FC8. Grayscale: #707070. Windows color (decimal): -5939145 or 3629221. OLE color: 3629221.

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

Color convert

RGB1659655-
CMYK00.420.670.35
HSL22.36º50%43.14%-
HSV(B)22.36º66.67%64.71%-
XYZ20.3916.645.75-
YUV111.9695.86165.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=52.22%
G=30.38%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165965500.420.670.3522.365043.14
HexA5603702A432316322b
Octal2451406705210343266253
Binary1010010111000001101110101010100001110001110110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56037; }

 p { color: rgb(165,96,55); }

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

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

 a { background-color: rgb(165,96,55); }

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

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

 span { border-color: rgb(165,96,55); }

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