#A19982

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

Shades of Nomad #A19982

Tints of Nomad #A19982

Color information

#A19982 (or 0xA19982) is unknown color: approx Nomad. HEX triplet: A1, 99 and 82. RGB value is (161,153,130). Sum of RGB (Red+Green+Blue) = 161+153+130=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19982 is #5E667D. Grayscale: #989898. Windows color (decimal): -6186622 or 8559009. OLE color: 8559009.

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

Color convert

RGB161153130-
CMYK00.050.190.37
HSL44.52º14.16%57.06%-
HSV(B)44.52º19.25%63.14%-
XYZ30.1231.9725.7-
YUV152.77115.15133.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=36.26%
G=34.46%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115313000.050.190.3744.5214.1657.06
HexA199820513252de39
Octal241231202052345551671
Binary1010000110011001100000100101100111001011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19982; }

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

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

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

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

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

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

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

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