#A66035

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

Shades of Desert #A66035

Tints of Desert #A66035

Color information

#A66035 (or 0xA66035) is unknown color: approx Desert. HEX triplet: A6, 60 and 35. RGB value is (166,96,53). Sum of RGB (Red+Green+Blue) = 166+96+53=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66035 is #599FCA. Grayscale: #707070. Windows color (decimal): -5873611 or 3498150. OLE color: 3498150.

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

Color convert

RGB1669653-
CMYK00.420.680.35
HSL22.83º51.6%42.94%-
HSV(B)22.83º68.07%65.1%-
XYZ20.5516.735.51-
YUV112.0394.69166.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=52.70%
G=30.48%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166965300.420.680.3522.8351.642.94
HexA6603502A442317342b
Octal2461406505210443276453
Binary1010011011000001101010101010100010010001110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66035; }

 p { color: rgb(166,96,53); }

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

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

 a { background-color: rgb(166,96,53); }

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

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

 span { border-color: rgb(166,96,53); }

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