#A65E3B

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

Shades of Desert #A65E3B

Tints of Desert #A65E3B

Color information

#A65E3B (or 0xA65E3B) is unknown color: approx Desert. HEX triplet: A6, 5E and 3B. RGB value is (166,94,59). Sum of RGB (Red+Green+Blue) = 166+94+59=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E3B is #59A1C4. Grayscale: #6F6F6F. Windows color (decimal): -5874117 or 3890854. OLE color: 3890854.

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

Color convert

RGB1669459-
CMYK00.430.640.35
HSL19.63º47.56%44.12%-
HSV(B)19.63º64.46%65.1%-
XYZ20.5216.436.23-
YUV111.5498.35166.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=52.04%
G=29.47%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166945900.430.640.3519.6347.5644.12
HexA65E3B02B402314302c
Octal2461367305310043246054
Binary1010011010111101110110101011100000010001110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E3B; }

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

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

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

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

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

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

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

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