#A36036

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

Shades of Desert #A36036

Tints of Desert #A36036

Color information

#A36036 (or 0xA36036) is unknown color: approx Desert. HEX triplet: A3, 60 and 36. RGB value is (163,96,54). Sum of RGB (Red+Green+Blue) = 163+96+54=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A36036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36036 is #5C9FC9. Grayscale: #6F6F6F. Windows color (decimal): -6070218 or 3563683. OLE color: 3563683.

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

Color convert

RGB1639654-
CMYK00.410.670.36
HSL23.12º50.23%42.55%-
HSV(B)23.12º66.87%63.92%-
XYZ19.9516.425.61-
YUV111.2495.7164.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=52.08%
G=30.67%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163965400.410.670.3623.1250.2342.55
HexA36036029432417322b
Octal2431406605110344276253
Binary1010001111000001101100101001100001110010010111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36036; }

 p { color: rgb(163,96,54); }

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

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

 a { background-color: rgb(163,96,54); }

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

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

 span { border-color: rgb(163,96,54); }

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