#A29B87

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

Shades of Nomad #A29B87

Tints of Nomad #A29B87

Color information

#A29B87 (or 0xA29B87) is unknown color: approx Nomad. HEX triplet: A2, 9B and 87. RGB value is (162,155,135). Sum of RGB (Red+Green+Blue) = 162+155+135=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B87 is #5D6478. Grayscale: #9A9A9A. Windows color (decimal): -6120569 or 8887202. OLE color: 8887202.

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

Color convert

RGB162155135-
CMYK00.040.170.36
HSL44.44º12.68%58.24%-
HSV(B)44.44º16.67%63.53%-
XYZ30.9932.8727.63-
YUV154.81116.82133.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=35.84%
G=34.29%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215513500.040.170.3644.4412.6858.24
HexA29B870411242cd3a
Octal242233207042144541572
Binary1010001010011011100001110100100011001001011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B87; }

 p { color: rgb(162,155,135); }

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

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

 a { background-color: rgb(162,155,135); }

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

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

 span { border-color: rgb(162,155,135); }

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