#A19784

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

Shades of Nomad #A19784

Tints of Nomad #A19784

Color information

#A19784 (or 0xA19784) is unknown color: approx Nomad. HEX triplet: A1, 97 and 84. RGB value is (161,151,132). Sum of RGB (Red+Green+Blue) = 161+151+132=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19784 is #5E687B. Grayscale: #979797. Windows color (decimal): -6187132 or 8689569. OLE color: 8689569.

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

Color convert

RGB161151132-
CMYK00.060.180.37
HSL39.31º13.36%57.45%-
HSV(B)39.31º18.01%63.14%-
XYZ29.9331.3826.31-
YUV151.82116.81134.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 132 (51.95% from 255) = 29.73%
R=36.26%
G=34.01%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115113200.060.180.3739.3113.3657.45
HexA1978406122527d39
Octal241227204062245471571
Binary1010000110010111100001000110100101001011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19784; }

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

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

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

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

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

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

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

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