#A35F38

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

Shades of Desert #A35F38

Tints of Desert #A35F38

Color information

#A35F38 (or 0xA35F38) is unknown color: approx Desert. HEX triplet: A3, 5F and 38. RGB value is (163,95,56). Sum of RGB (Red+Green+Blue) = 163+95+56=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F38 is #5CA0C7. Grayscale: #6F6F6F. Windows color (decimal): -6070472 or 3694499. OLE color: 3694499.

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

Color convert

RGB1639556-
CMYK00.420.660.36
HSL21.87º48.86%42.94%-
HSV(B)21.87º65.64%63.92%-
XYZ19.9116.265.83-
YUV110.8997.03165.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=51.91%
G=30.25%
B=17.83%

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
Decimal163955600.420.660.3621.8748.8642.94
HexA35F3802A422416312b
Octal2431377005210244266153
Binary1010001110111111110000101010100001010010010110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F38; }

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

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

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

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

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

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

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

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