#A39B85

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

Shades of Nomad #A39B85

Tints of Nomad #A39B85

Color information

#A39B85 (or 0xA39B85) is unknown color: approx Nomad. HEX triplet: A3, 9B and 85. RGB value is (163,155,133). Sum of RGB (Red+Green+Blue) = 163+155+133=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B85 is #5C647A. Grayscale: #9A9A9A. Windows color (decimal): -6055035 or 8756131. OLE color: 8756131.

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

Color convert

RGB163155133-
CMYK00.050.180.36
HSL44º14.02%58.04%-
HSV(B)44º18.4%63.92%-
XYZ31.0632.9226.91-
YUV154.88115.65133.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=36.14%
G=34.37%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315513300.050.180.364414.0258.04
HexA39B850512242ce3a
Octal243233205052244541672
Binary1010001110011011100001010101100101001001011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B85; }

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

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

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

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

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

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

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

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