#A35E38

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

Shades of Desert #A35E38

Tints of Desert #A35E38

Color information

#A35E38 (or 0xA35E38) is unknown color: approx Desert. HEX triplet: A3, 5E and 38. RGB value is (163,94,56). Sum of RGB (Red+Green+Blue) = 163+94+56=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E38 is #5CA1C7. Grayscale: #6E6E6E. Windows color (decimal): -6070728 or 3694243. OLE color: 3694243.

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

Color convert

RGB1639456-
CMYK00.420.660.36
HSL21.31º48.86%42.94%-
HSV(B)21.31º65.64%63.92%-
XYZ19.8216.085.8-
YUV110.397.36165.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=52.08%
G=30.03%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163945600.420.660.3621.3148.8642.94
HexA35E3802A422415312b
Octal2431367005210244256153
Binary1010001110111101110000101010100001010010010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E38; }

 p { color: rgb(163,94,56); }

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

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

 a { background-color: rgb(163,94,56); }

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

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

 span { border-color: rgb(163,94,56); }

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