#A1623A

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

Shades of Desert #A1623A

Tints of Desert #A1623A

Color information

#A1623A (or 0xA1623A) is unknown color: approx Desert. HEX triplet: A1, 62 and 3A. RGB value is (161,98,58). Sum of RGB (Red+Green+Blue) = 161+98+58=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1623A is #5E9DC5. Grayscale: #707070. Windows color (decimal): -6200774 or 3826337. OLE color: 3826337.

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

Color convert

RGB1619858-
CMYK00.390.640.37
HSL23.3º47.03%42.94%-
HSV(B)23.3º63.98%63.14%-
XYZ19.8316.626.17-
YUV112.2897.37162.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=50.79%
G=30.91%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161985800.390.640.3723.347.0342.94
HexA1623A0274025172f2b
Octal2411427204710045275753
Binary1010000111000101110100100111100000010010110111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1623A; }

 p { color: rgb(161,98,58); }

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

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

 a { background-color: rgb(161,98,58); }

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

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

 span { border-color: rgb(161,98,58); }

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