#A19987

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

Shades of Nomad #A19987

Tints of Nomad #A19987

Color information

#A19987 (or 0xA19987) is unknown color: approx Nomad. HEX triplet: A1, 99 and 87. RGB value is (161,153,135). Sum of RGB (Red+Green+Blue) = 161+153+135=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A19987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19987 is #5E6678. Grayscale: #999999. Windows color (decimal): -6186617 or 8886689. OLE color: 8886689.

HSL color Cylindrical-coordinate representation of color #A19987: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19987 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161153135-
CMYK00.050.160.37
HSL41.54º12.15%58.04%-
HSV(B)41.54º16.15%63.14%-
XYZ30.4632.1127.51-
YUV153.34117.65133.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=35.86%
G=34.08%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115313500.050.160.3741.5412.1558.04
HexA199870510252ac3a
Octal241231207052045521472
Binary1010000110011001100001110101100001001011010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19987; }

 p { color: rgb(161,153,135); }

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

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

 a { background-color: rgb(161,153,135); }

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

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

 span { border-color: rgb(161,153,135); }

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