#A19882

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

Shades of Nomad #A19882

Tints of Nomad #A19882

Color information

#A19882 (or 0xA19882) is unknown color: approx Nomad. HEX triplet: A1, 98 and 82. RGB value is (161,152,130). Sum of RGB (Red+Green+Blue) = 161+152+130=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19882 is #5E677D. Grayscale: #989898. Windows color (decimal): -6186878 or 8558753. OLE color: 8558753.

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

Color convert

RGB161152130-
CMYK00.060.190.37
HSL42.58º14.16%57.06%-
HSV(B)42.58º19.25%63.14%-
XYZ29.9631.6525.65-
YUV152.18115.48134.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=36.34%
G=34.31%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115213000.060.190.3742.5814.1657.06
HexA198820613252be39
Octal241230202062345531671
Binary1010000110011000100000100110100111001011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19882; }

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

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

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

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

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

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

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

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