#A19781

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

Shades of Nomad #A19781

Tints of Nomad #A19781

Color information

#A19781 (or 0xA19781) is unknown color: approx Nomad. HEX triplet: A1, 97 and 81. RGB value is (161,151,129). Sum of RGB (Red+Green+Blue) = 161+151+129=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A19781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19781 is #5E687E. Grayscale: #979797. Windows color (decimal): -6187135 or 8492961. OLE color: 8492961.

HSL color Cylindrical-coordinate representation of color #A19781: hue angle of 41.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19781 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161151129-
CMYK00.060.200.37
HSL41.25º14.55%56.86%-
HSV(B)41.25º19.88%63.14%-
XYZ29.7331.325.24-
YUV151.48115.31134.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=36.51%
G=34.24%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115112900.060.200.3741.2514.5556.86
HexA1978106142529f39
Octal241227201062445511771
Binary1010000110010111100000010110101001001011010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19781; }

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

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

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

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

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

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

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

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