#A19782

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

Shades of Nomad #A19782

Tints of Nomad #A19782

Color information

#A19782 (or 0xA19782) is unknown color: approx Nomad. HEX triplet: A1, 97 and 82. RGB value is (161,151,130). Sum of RGB (Red+Green+Blue) = 161+151+130=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19782 is #5E687D. Grayscale: #979797. Windows color (decimal): -6187134 or 8558497. OLE color: 8558497.

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

Color convert

RGB161151130-
CMYK00.060.190.37
HSL40.65º14.16%57.06%-
HSV(B)40.65º19.25%63.14%-
XYZ29.7931.3225.59-
YUV151.6115.81134.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=36.43%
G=34.16%
B=29.41%

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
Decimal16115113000.060.190.3740.6514.1657.06
HexA1978206132529e39
Octal241227202062345511671
Binary1010000110010111100000100110100111001011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19782; }

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

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

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

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

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

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

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

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