#A39982

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

Shades of Nomad #A39982

Tints of Nomad #A39982

Color information

#A39982 (or 0xA39982) is unknown color: approx Nomad. HEX triplet: A3, 99 and 82. RGB value is (163,153,130). Sum of RGB (Red+Green+Blue) = 163+153+130=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39982 is #5C667D. Grayscale: #999999. Windows color (decimal): -6055550 or 8559011. OLE color: 8559011.

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

Color convert

RGB163153130-
CMYK00.060.200.36
HSL41.82º15.21%57.45%-
HSV(B)41.82º20.25%63.92%-
XYZ30.5232.1825.72-
YUV153.37114.81134.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=36.55%
G=34.30%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315313000.060.200.3641.8215.2157.45
HexA399820614242af39
Octal243231202062444521771
Binary1010001110011001100000100110101001001001010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39982; }

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

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

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

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

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

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

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

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