#A36640

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

Shades of Desert #A36640

Tints of Desert #A36640

Color information

#A36640 (or 0xA36640) is unknown color: approx Desert. HEX triplet: A3, 66 and 40. RGB value is (163,102,64). Sum of RGB (Red+Green+Blue) = 163+102+64=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A36640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36640 is #5C99BF. Grayscale: #747474. Windows color (decimal): -6068672 or 4220579. OLE color: 4220579.

HSL color Cylindrical-coordinate representation of color #A36640: hue angle of 23.03º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A36640 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16310264-
CMYK00.370.610.36
HSL23.03º43.61%44.51%-
HSV(B)23.03º60.74%63.92%-
XYZ20.7817.667.16-
YUV115.9198.71161.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=49.54%
G=31.00%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631026400.370.610.3623.0343.6144.51
HexA366400253D24172c2d
Octal2431461000457544275455
Binary1010001111001101000000010010111110110010010111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36640; }

 p { color: rgb(163,102,64); }

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

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

 a { background-color: rgb(163,102,64); }

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

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

 span { border-color: rgb(163,102,64); }

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