#A65D34

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

Shades of Desert #A65D34

Tints of Desert #A65D34

Color information

#A65D34 (or 0xA65D34) is unknown color: approx Desert. HEX triplet: A6, 5D and 34. RGB value is (166,93,52). Sum of RGB (Red+Green+Blue) = 166+93+52=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D34 is #59A2CB. Grayscale: #6E6E6E. Windows color (decimal): -5874380 or 3431846. OLE color: 3431846.

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

Color convert

RGB1669352-
CMYK00.440.690.35
HSL21.58º52.29%42.75%-
HSV(B)21.58º68.67%65.1%-
XYZ20.2616.185.3-
YUV110.1595.18167.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=53.38%
G=29.90%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166935200.440.690.3521.5852.2942.75
HexA65D3402C452316342b
Octal2461356405410543266453
Binary1010011010111011101000101100100010110001110110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D34; }

 p { color: rgb(166,93,52); }

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

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

 a { background-color: rgb(166,93,52); }

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

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

 span { border-color: rgb(166,93,52); }

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