#A1633C

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

Shades of Desert #A1633C

Tints of Desert #A1633C

Color information

#A1633C (or 0xA1633C) is unknown color: approx Desert. HEX triplet: A1, 63 and 3C. RGB value is (161,99,60). Sum of RGB (Red+Green+Blue) = 161+99+60=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1633C is #5E9CC3. Grayscale: #717171. Windows color (decimal): -6200516 or 3957665. OLE color: 3957665.

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

Color convert

RGB1619960-
CMYK00.390.630.37
HSL23.17º45.7%43.33%-
HSV(B)23.17º62.73%63.14%-
XYZ19.9816.836.47-
YUV113.0998.04162.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=50.31%
G=30.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161996000.390.630.3723.1745.743.33
HexA1633C0273F25172e2b
Octal241143740477745275653
Binary101000011100011111100010011111111110010110111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1633C; }

 p { color: rgb(161,99,60); }

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

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

 a { background-color: rgb(161,99,60); }

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

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

 span { border-color: rgb(161,99,60); }

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