#A1643C

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

Shades of Desert #A1643C

Tints of Desert #A1643C

Color information

#A1643C (or 0xA1643C) is unknown color: approx Desert. HEX triplet: A1, 64 and 3C. RGB value is (161,100,60). Sum of RGB (Red+Green+Blue) = 161+100+60=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1643C is #5E9BC3. Grayscale: #717171. Windows color (decimal): -6200260 or 3957921. OLE color: 3957921.

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

Color convert

RGB16110060-
CMYK00.380.630.37
HSL23.76º45.7%43.33%-
HSV(B)23.76º62.73%63.14%-
XYZ20.0717.026.5-
YUV113.6897.71161.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=50.16%
G=31.15%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611006000.380.630.3723.7645.743.33
HexA1643C0263F25182e2b
Octal241144740467745305653
Binary101000011100100111100010011011111110010111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1643C; }

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

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

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

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

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

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

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

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