#A65D33

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

Shades of Desert #A65D33

Tints of Desert #A65D33

Color information

#A65D33 (or 0xA65D33) is unknown color: approx Desert. HEX triplet: A6, 5D and 33. RGB value is (166,93,51). Sum of RGB (Red+Green+Blue) = 166+93+51=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D33 is #59A2CC. Grayscale: #6E6E6E. Windows color (decimal): -5874381 or 3366310. OLE color: 3366310.

HSL color Cylindrical-coordinate representation of color #A65D33: hue angle of 21.91º degrees, saturation: 0.53, 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 #A65D33 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1669351-
CMYK00.440.690.35
HSL21.91º53%42.55%-
HSV(B)21.91º69.28%65.1%-
XYZ20.2416.175.19-
YUV110.0494.68167.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=53.55%
G=30%
B=16.45%

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
Decimal166935100.440.690.3521.915342.55
HexA65D3302C452316352b
Octal2461356305410543266553
Binary1010011010111011100110101100100010110001110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D33; }

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

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

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

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

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

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

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

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