#A35A38

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

Shades of Desert #A35A38

Tints of Desert #A35A38

Color information

#A35A38 (or 0xA35A38) is unknown color: approx Desert. HEX triplet: A3, 5A and 38. RGB value is (163,90,56). Sum of RGB (Red+Green+Blue) = 163+90+56=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A38 is #5CA5C7. Grayscale: #6C6C6C. Windows color (decimal): -6071752 or 3693219. OLE color: 3693219.

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

Color convert

RGB1639056-
CMYK00.450.660.36
HSL19.07º48.86%42.94%-
HSV(B)19.07º65.64%63.92%-
XYZ19.4715.385.68-
YUV107.9598.68167.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=52.75%
G=29.13%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163905600.450.660.3619.0748.8642.94
HexA35A3802D422413312b
Octal2431327005510244236153
Binary1010001110110101110000101101100001010010010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A38; }

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

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

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

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

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

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

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

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