#A35B38

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

Shades of Desert #A35B38

Tints of Desert #A35B38

Color information

#A35B38 (or 0xA35B38) is unknown color: approx Desert. HEX triplet: A3, 5B and 38. RGB value is (163,91,56). Sum of RGB (Red+Green+Blue) = 163+91+56=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B38 is #5CA4C7. Grayscale: #6C6C6C. Windows color (decimal): -6071496 or 3693475. OLE color: 3693475.

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

Color convert

RGB1639156-
CMYK00.440.660.36
HSL19.63º48.86%42.94%-
HSV(B)19.63º65.64%63.92%-
XYZ19.5615.555.71-
YUV108.5498.35166.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=52.58%
G=29.35%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163915600.440.660.3619.6348.8642.94
HexA35B3802C422414312b
Octal2431337005410244246153
Binary1010001110110111110000101100100001010010010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B38; }

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

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

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

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

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

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

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

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