#A19983

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

Shades of Nomad #A19983

Tints of Nomad #A19983

Color information

#A19983 (or 0xA19983) is unknown color: approx Nomad. HEX triplet: A1, 99 and 83. RGB value is (161,153,131). Sum of RGB (Red+Green+Blue) = 161+153+131=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19983 is #5E667C. Grayscale: #989898. Windows color (decimal): -6186621 or 8624545. OLE color: 8624545.

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

Color convert

RGB161153131-
CMYK00.050.190.37
HSL44º13.76%57.25%-
HSV(B)44º18.63%63.14%-
XYZ30.193226.06-
YUV152.88115.65133.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=36.18%
G=34.38%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115313100.050.190.374413.7657.25
HexA199830513252ce39
Octal241231203052345541671
Binary1010000110011001100000110101100111001011011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19983; }

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

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

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

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

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

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

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

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