#A1653D

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

Shades of Desert #A1653D

Tints of Desert #A1653D

Color information

#A1653D (or 0xA1653D) is unknown color: approx Desert. HEX triplet: A1, 65 and 3D. RGB value is (161,101,61). Sum of RGB (Red+Green+Blue) = 161+101+61=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1653D is #5E9AC2. Grayscale: #727272. Windows color (decimal): -6200003 or 4023713. OLE color: 4023713.

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

Color convert

RGB16110161-
CMYK00.370.620.37
HSL24º45.05%43.53%-
HSV(B)24º62.11%63.14%-
XYZ20.1917.226.67-
YUV114.3897.88161.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=49.85%
G=31.27%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611016100.370.620.372445.0543.53
HexA1653D0253E25182d2c
Octal241145750457645305554
Binary101000011100101111101010010111111010010111000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1653D; }

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

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

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

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

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

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

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

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