#A1633E

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

Shades of Desert #A1633E

Tints of Desert #A1633E

Color information

#A1633E (or 0xA1633E) is unknown color: approx Desert. HEX triplet: A1, 63 and 3E. RGB value is (161,99,62). Sum of RGB (Red+Green+Blue) = 161+99+62=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1633E is #5E9CC1. Grayscale: #717171. Windows color (decimal): -6200514 or 4088737. OLE color: 4088737.

HSL color Cylindrical-coordinate representation of color #A1633E: hue angle of 22.42º 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 #A1633E is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1619962-
CMYK00.390.610.37
HSL22.42º44.39%43.73%-
HSV(B)22.42º61.49%63.14%-
XYZ20.0316.856.75-
YUV113.3299.04162.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=50%
G=30.75%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161996200.390.610.3722.4244.3943.73
HexA1633E0273D25162c2c
Octal241143760477545265454
Binary101000011100011111110010011111110110010110110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1633E; }

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

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

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

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

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

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

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

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