#A09781

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

Shades of Nomad #A09781

Tints of Nomad #A09781

Color information

#A09781 (or 0xA09781) is unknown color: approx Nomad. HEX triplet: A0, 97 and 81. RGB value is (160,151,129). Sum of RGB (Red+Green+Blue) = 160+151+129=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09781 is #5F687E. Grayscale: #979797. Windows color (decimal): -6252671 or 8492960. OLE color: 8492960.

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

Color convert

RGB160151129-
CMYK00.060.190.37
HSL42.58º14.03%56.67%-
HSV(B)42.58º19.37%62.75%-
XYZ29.5331.1925.23-
YUV151.18115.48134.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=36.36%
G=34.32%
B=29.32%

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
Decimal16015112900.060.190.3742.5814.0356.67
HexA097810613252be39
Octal240227201062345531671
Binary1010000010010111100000010110100111001011010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09781; }

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

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

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

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

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

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

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

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