#A29D89

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

Shades of Nomad #A29D89

Tints of Nomad #A29D89

Color information

#A29D89 (or 0xA29D89) is unknown color: approx Nomad. HEX triplet: A2, 9D and 89. RGB value is (162,157,137). Sum of RGB (Red+Green+Blue) = 162+157+137=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D89 is #5D6276. Grayscale: #9C9C9C. Windows color (decimal): -6120055 or 9018786. OLE color: 9018786.

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

Color convert

RGB162157137-
CMYK00.030.150.36
HSL48º11.85%58.63%-
HSV(B)48º15.43%63.53%-
XYZ31.4733.628.49-
YUV156.21117.16132.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=35.53%
G=34.43%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215713700.030.150.364811.8558.63
HexA29D8903F2430c3b
Octal242235211031744601473
Binary10100010100111011000100101111111001001100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D89; }

 p { color: rgb(162,157,137); }

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

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

 a { background-color: rgb(162,157,137); }

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

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

 span { border-color: rgb(162,157,137); }

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