#A39980

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

Shades of Nomad #A39980

Tints of Nomad #A39980

Color information

#A39980 (or 0xA39980) is unknown color: approx Nomad. HEX triplet: A3, 99 and 80. RGB value is (163,153,128). Sum of RGB (Red+Green+Blue) = 163+153+128=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39980 is #5C667F. Grayscale: #999999. Windows color (decimal): -6055552 or 8427939. OLE color: 8427939.

HSL color Cylindrical-coordinate representation of color #A39980: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39980 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB163153128-
CMYK00.060.210.36
HSL42.86º15.98%57.06%-
HSV(B)42.86º21.47%63.92%-
XYZ30.3932.1325.02-
YUV153.14113.81135.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=36.71%
G=34.46%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315312800.060.210.3642.8615.9857.06
HexA399800615242b1039
Octal243231200062544532071
Binary10100011100110011000000001101010110010010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39980; }

 p { color: rgb(163,153,128); }

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

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

 a { background-color: rgb(163,153,128); }

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

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

 span { border-color: rgb(163,153,128); }

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