#A09985

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

Shades of Nomad #A09985

Tints of Nomad #A09985

Color information

#A09985 (or 0xA09985) is unknown color: approx Nomad. HEX triplet: A0, 99 and 85. RGB value is (160,153,133). Sum of RGB (Red+Green+Blue) = 160+153+133=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A09985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09985 is #5F667A. Grayscale: #989898. Windows color (decimal): -6252155 or 8755616. OLE color: 8755616.

HSL color Cylindrical-coordinate representation of color #A09985: hue angle of 44.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09985 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160153133-
CMYK00.040.170.37
HSL44.44º12.44%57.45%-
HSV(B)44.44º16.88%62.75%-
XYZ30.1231.9526.77-
YUV152.81116.82133.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=35.87%
G=34.30%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015313300.040.170.3744.4412.4457.45
HexA099850411252cc39
Octal240231205042145541471
Binary1010000010011001100001010100100011001011011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09985; }

 p { color: rgb(160,153,133); }

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

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

 a { background-color: rgb(160,153,133); }

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

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

 span { border-color: rgb(160,153,133); }

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