#A29B88

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

Shades of Nomad #A29B88

Tints of Nomad #A29B88

Color information

#A29B88 (or 0xA29B88) is unknown color: approx Nomad. HEX triplet: A2, 9B and 88. RGB value is (162,155,136). Sum of RGB (Red+Green+Blue) = 162+155+136=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B88 is #5D6477. Grayscale: #9B9B9B. Windows color (decimal): -6120568 or 8952738. OLE color: 8952738.

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

Color convert

RGB162155136-
CMYK00.040.160.36
HSL43.85º12.26%58.43%-
HSV(B)43.85º16.05%63.53%-
XYZ31.0732.928.01-
YUV154.93117.32133.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=35.76%
G=34.22%
B=30.02%

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
Decimal16215513600.040.160.3643.8512.2658.43
HexA29B880410242cc3a
Octal242233210042044541472
Binary1010001010011011100010000100100001001001011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B88; }

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

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

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

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

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

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

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

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