#A09882

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

Shades of Nomad #A09882

Tints of Nomad #A09882

Color information

#A09882 (or 0xA09882) is unknown color: approx Nomad. HEX triplet: A0, 98 and 82. RGB value is (160,152,130). Sum of RGB (Red+Green+Blue) = 160+152+130=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A09882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09882 is #5F677D. Grayscale: #979797. Windows color (decimal): -6252414 or 8558752. OLE color: 8558752.

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

Color convert

RGB160152130-
CMYK00.050.190.37
HSL44º13.64%56.86%-
HSV(B)44º18.75%62.75%-
XYZ29.7531.5425.64-
YUV151.88115.65133.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=36.20%
G=34.39%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015213000.050.190.374413.6456.86
HexA098820513252ce39
Octal240230202052345541671
Binary1010000010011000100000100101100111001011011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09882; }

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

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

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

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

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

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

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

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