#A16238

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

Shades of Desert #A16238

Tints of Desert #A16238

Color information

#A16238 (or 0xA16238) is unknown color: approx Desert. HEX triplet: A1, 62 and 38. RGB value is (161,98,56). Sum of RGB (Red+Green+Blue) = 161+98+56=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A16238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16238 is #5E9DC7. Grayscale: #707070. Windows color (decimal): -6200776 or 3695265. OLE color: 3695265.

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

Color convert

RGB1619856-
CMYK00.390.650.37
HSL24º48.39%42.55%-
HSV(B)24º65.22%63.14%-
XYZ19.7816.65.9-
YUV112.0596.37162.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=51.11%
G=31.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161985600.390.650.372448.3942.55
HexA16238027412518302b
Octal2411427004710145306053
Binary1010000111000101110000100111100000110010111000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16238; }

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

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

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

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

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

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

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

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