#A49E89

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

Shades of Nomad #A49E89

Tints of Nomad #A49E89

Color information

#A49E89 (or 0xA49E89) is unknown color: approx Nomad. HEX triplet: A4, 9E and 89. RGB value is (164,158,137). Sum of RGB (Red+Green+Blue) = 164+158+137=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E89 is #5B6176. Grayscale: #9D9D9D. Windows color (decimal): -5988727 or 9019044. OLE color: 9019044.

HSL color Cylindrical-coordinate representation of color #A49E89: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49E89 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164158137-
CMYK00.040.160.36
HSL46.67º12.92%59.02%-
HSV(B)46.67º16.46%64.31%-
XYZ32.0534.1528.57-
YUV157.4116.49132.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=35.73%
G=34.42%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415813700.040.160.3646.6712.9259.02
HexA49E890410242fd3b
Octal244236211042044571573
Binary1010010010011110100010010100100001001001011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E89; }

 p { color: rgb(164,158,137); }

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

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

 a { background-color: rgb(164,158,137); }

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

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

 span { border-color: rgb(164,158,137); }

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