#A1663F

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

Shades of Desert #A1663F

Tints of Desert #A1663F

Color information

#A1663F (or 0xA1663F) is unknown color: approx Desert. HEX triplet: A1, 66 and 3F. RGB value is (161,102,63). Sum of RGB (Red+Green+Blue) = 161+102+63=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1663F is #5E99C0. Grayscale: #737373. Windows color (decimal): -6199745 or 4155041. OLE color: 4155041.

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

Color convert

RGB16110263-
CMYK00.370.610.37
HSL23.88º43.75%43.92%-
HSV(B)23.88º60.87%63.14%-
XYZ20.3517.447-
YUV115.298.55160.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 63 (25% from 255) = 19.33%
R=49.39%
G=31.29%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611026300.370.610.3723.8843.7543.92
HexA1663F0253D25182c2c
Octal241146770457545305454
Binary101000011100110111111010010111110110010111000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1663F; }

 p { color: rgb(161,102,63); }

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

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

 a { background-color: rgb(161,102,63); }

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

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

 span { border-color: rgb(161,102,63); }

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