#A09681

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

Shades of Nomad #A09681

Tints of Nomad #A09681

Color information

#A09681 (or 0xA09681) is unknown color: approx Nomad. HEX triplet: A0, 96 and 81. RGB value is (160,150,129). Sum of RGB (Red+Green+Blue) = 160+150+129=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09681 is #5F697E. Grayscale: #969696. Windows color (decimal): -6252927 or 8492704. OLE color: 8492704.

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

Color convert

RGB160150129-
CMYK00.060.190.37
HSL40.65º14.03%56.67%-
HSV(B)40.65º19.37%62.75%-
XYZ29.3730.8725.18-
YUV150.6115.81134.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=36.45%
G=34.17%
B=29.38%

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
Decimal16015012900.060.190.3740.6514.0356.67
HexA0968106132529e39
Octal240226201062345511671
Binary1010000010010110100000010110100111001011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09681; }

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

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

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

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

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

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

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

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