#A09885

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

Shades of Nomad #A09885

Tints of Nomad #A09885

Color information

#A09885 (or 0xA09885) is unknown color: approx Nomad. HEX triplet: A0, 98 and 85. RGB value is (160,152,133). Sum of RGB (Red+Green+Blue) = 160+152+133=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A09885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09885 is #5F677A. Grayscale: #989898. Windows color (decimal): -6252411 or 8755360. OLE color: 8755360.

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

Color convert

RGB160152133-
CMYK00.050.170.37
HSL42.22º12.44%57.45%-
HSV(B)42.22º16.88%62.75%-
XYZ29.9631.6226.72-
YUV152.23117.15133.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=35.96%
G=34.16%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015213300.050.170.3742.2212.4457.45
HexA098850511252ac39
Octal240230205052145521471
Binary1010000010011000100001010101100011001011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09885; }

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

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

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

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

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

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

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

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