#A39B87

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

Shades of Nomad #A39B87

Tints of Nomad #A39B87

Color information

#A39B87 (or 0xA39B87) is unknown color: approx Nomad. HEX triplet: A3, 9B and 87. RGB value is (163,155,135). Sum of RGB (Red+Green+Blue) = 163+155+135=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B87 is #5C6478. Grayscale: #9B9B9B. Windows color (decimal): -6055033 or 8887203. OLE color: 8887203.

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

Color convert

RGB163155135-
CMYK00.050.170.36
HSL42.86º13.21%58.43%-
HSV(B)42.86º17.18%63.92%-
XYZ31.232.9827.64-
YUV155.11116.65133.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=35.98%
G=34.22%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315513500.050.170.3642.8613.2158.43
HexA39B870511242bd3a
Octal243233207052144531572
Binary1010001110011011100001110101100011001001010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B87; }

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

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

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

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

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

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

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

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