#A19884

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

Shades of Nomad #A19884

Tints of Nomad #A19884

Color information

#A19884 (or 0xA19884) is unknown color: approx Nomad. HEX triplet: A1, 98 and 84. RGB value is (161,152,132). Sum of RGB (Red+Green+Blue) = 161+152+132=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19884 is #5E677B. Grayscale: #989898. Windows color (decimal): -6186876 or 8689825. OLE color: 8689825.

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

Color convert

RGB161152132-
CMYK00.060.180.37
HSL41.38º13.36%57.45%-
HSV(B)41.38º18.01%63.14%-
XYZ30.0931.726.36-
YUV152.41116.48134.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=36.18%
G=34.16%
B=29.66%

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
Decimal16115213200.060.180.3741.3813.3657.45
HexA1988406122529d39
Octal241230204062245511571
Binary1010000110011000100001000110100101001011010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19884; }

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

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

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

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

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

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

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

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