#A2653D

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

Shades of Desert #A2653D

Tints of Desert #A2653D

Color information

#A2653D (or 0xA2653D) is unknown color: approx Desert. HEX triplet: A2, 65 and 3D. RGB value is (162,101,61). Sum of RGB (Red+Green+Blue) = 162+101+61=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2653D is #5D9AC2. Grayscale: #727272. Windows color (decimal): -6134467 or 4023714. OLE color: 4023714.

HSL color Cylindrical-coordinate representation of color #A2653D: hue angle of 23.76º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2653D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16210161-
CMYK00.380.620.36
HSL23.76º45.29%43.73%-
HSV(B)23.76º62.35%63.53%-
XYZ20.417.336.68-
YUV114.6897.71161.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=50%
G=31.17%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621016100.380.620.3623.7645.2943.73
HexA2653D0263E24182d2c
Octal242145750467644305554
Binary101000101100101111101010011011111010010011000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2653D; }

 p { color: rgb(162,101,61); }

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

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

 a { background-color: rgb(162,101,61); }

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

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

 span { border-color: rgb(162,101,61); }

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