#A35A36

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

Shades of Desert #A35A36

Tints of Desert #A35A36

Color information

#A35A36 (or 0xA35A36) is unknown color: approx Desert. HEX triplet: A3, 5A and 36. RGB value is (163,90,54). Sum of RGB (Red+Green+Blue) = 163+90+54=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A36 is #5CA5C9. Grayscale: #6B6B6B. Windows color (decimal): -6071754 or 3562147. OLE color: 3562147.

HSL color Cylindrical-coordinate representation of color #A35A36: hue angle of 19.82º 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 #A35A36 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1639054-
CMYK00.450.670.36
HSL19.82º50.23%42.55%-
HSV(B)19.82º66.87%63.92%-
XYZ19.4315.375.43-
YUV107.7297.68167.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=53.09%
G=29.32%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163905400.450.670.3619.8250.2342.55
HexA35A3602D432414322b
Octal2431326605510344246253
Binary1010001110110101101100101101100001110010010100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A36; }

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

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

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

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

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

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

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

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