#A65E3D

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

Shades of Desert #A65E3D

Tints of Desert #A65E3D

Color information

#A65E3D (or 0xA65E3D) is unknown color: approx Desert. HEX triplet: A6, 5E and 3D. RGB value is (166,94,61). Sum of RGB (Red+Green+Blue) = 166+94+61=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E3D is #59A1C2. Grayscale: #6F6F6F. Windows color (decimal): -5874115 or 4021926. OLE color: 4021926.

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

Color convert

RGB1669461-
CMYK00.430.630.35
HSL18.86º46.26%44.51%-
HSV(B)18.86º63.25%65.1%-
XYZ20.5716.456.51-
YUV111.7799.35166.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=51.71%
G=29.28%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166946100.430.630.3518.8646.2644.51
HexA65E3D02B3F23132e2d
Octal246136750537743235655
Binary101001101011110111101010101111111110001110011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E3D; }

 p { color: rgb(166,94,61); }

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

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

 a { background-color: rgb(166,94,61); }

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

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

 span { border-color: rgb(166,94,61); }

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