#A09782

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

Shades of Nomad #A09782

Tints of Nomad #A09782

Color information

#A09782 (or 0xA09782) is unknown color: approx Nomad. HEX triplet: A0, 97 and 82. RGB value is (160,151,130). Sum of RGB (Red+Green+Blue) = 160+151+130=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09782 is #5F687D. Grayscale: #979797. Windows color (decimal): -6252670 or 8558496. OLE color: 8558496.

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

Color convert

RGB160151130-
CMYK00.060.190.37
HSL42º13.64%56.86%-
HSV(B)42º18.75%62.75%-
XYZ29.5931.2225.59-
YUV151.3115.98134.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=36.28%
G=34.24%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015113000.060.190.374213.6456.86
HexA097820613252ae39
Octal240227202062345521671
Binary1010000010010111100000100110100111001011010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09782; }

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

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

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

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

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

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

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

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