#A65F36

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

Shades of Desert #A65F36

Tints of Desert #A65F36

Color information

#A65F36 (or 0xA65F36) is unknown color: approx Desert. HEX triplet: A6, 5F and 36. RGB value is (166,95,54). Sum of RGB (Red+Green+Blue) = 166+95+54=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F36 is #59A0C9. Grayscale: #6F6F6F. Windows color (decimal): -5873866 or 3563430. OLE color: 3563430.

HSL color Cylindrical-coordinate representation of color #A65F36: hue angle of 21.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A65F36 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1669554-
CMYK00.430.670.35
HSL21.96º50.91%43.14%-
HSV(B)21.96º67.47%65.1%-
XYZ20.4816.565.61-
YUV111.5695.52166.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=52.70%
G=30.16%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166955400.430.670.3521.9650.9143.14
HexA65F3602B432316332b
Octal2461376605310343266353
Binary1010011010111111101100101011100001110001110110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F36; }

 p { color: rgb(166,95,54); }

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

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

 a { background-color: rgb(166,95,54); }

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

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

 span { border-color: rgb(166,95,54); }

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