#A39D87

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

Shades of Nomad #A39D87

Tints of Nomad #A39D87

Color information

#A39D87 (or 0xA39D87) is unknown color: approx Nomad. HEX triplet: A3, 9D and 87. RGB value is (163,157,135). Sum of RGB (Red+Green+Blue) = 163+157+135=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D87 is #5C6278. Grayscale: #9C9C9C. Windows color (decimal): -6054521 or 8887715. OLE color: 8887715.

HSL color Cylindrical-coordinate representation of color #A39D87: hue angle of 47.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39D87 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163157135-
CMYK00.040.170.36
HSL47.14º13.21%58.43%-
HSV(B)47.14º17.18%63.92%-
XYZ31.5333.6527.75-
YUV156.29115.99132.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=35.82%
G=34.51%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315713500.040.170.3647.1413.2158.43
HexA39D870411242fd3a
Octal243235207042144571572
Binary1010001110011101100001110100100011001001011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D87; }

 p { color: rgb(163,157,135); }

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

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

 a { background-color: rgb(163,157,135); }

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

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

 span { border-color: rgb(163,157,135); }

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