#A19883

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

Shades of Nomad #A19883

Tints of Nomad #A19883

Color information

#A19883 (or 0xA19883) is unknown color: approx Nomad. HEX triplet: A1, 98 and 83. RGB value is (161,152,131). Sum of RGB (Red+Green+Blue) = 161+152+131=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19883 is #5E677C. Grayscale: #989898. Windows color (decimal): -6186877 or 8624289. OLE color: 8624289.

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

Color convert

RGB161152131-
CMYK00.060.190.37
HSL42º13.76%57.25%-
HSV(B)42º18.63%63.14%-
XYZ30.0231.6726-
YUV152.3115.98134.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=36.26%
G=34.23%
B=29.50%

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
Decimal16115213100.060.190.374213.7657.25
HexA198830613252ae39
Octal241230203062345521671
Binary1010000110011000100000110110100111001011010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19883; }

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

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

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

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

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

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

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

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