#A65E3A

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

Shades of Desert #A65E3A

Tints of Desert #A65E3A

Color information

#A65E3A (or 0xA65E3A) is unknown color: approx Desert. HEX triplet: A6, 5E and 3A. RGB value is (166,94,58). Sum of RGB (Red+Green+Blue) = 166+94+58=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E3A is #59A1C5. Grayscale: #6F6F6F. Windows color (decimal): -5874118 or 3825318. OLE color: 3825318.

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

Color convert

RGB1669458-
CMYK00.430.650.35
HSL20º48.21%43.92%-
HSV(B)20º65.06%65.1%-
XYZ20.4916.426.09-
YUV111.4297.85166.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=52.20%
G=29.56%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166945800.430.650.352048.2143.92
HexA65E3A02B412314302c
Octal2461367205310143246054
Binary1010011010111101110100101011100000110001110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E3A; }

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

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

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

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

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

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

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

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