#A59E88

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

Shades of Nomad #A59E88

Tints of Nomad #A59E88

Color information

#A59E88 (or 0xA59E88) is unknown color: approx Nomad. HEX triplet: A5, 9E and 88. RGB value is (165,158,136). Sum of RGB (Red+Green+Blue) = 165+158+136=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E88 is #5A6177. Grayscale: #9D9D9D. Windows color (decimal): -5923192 or 8953509. OLE color: 8953509.

HSL color Cylindrical-coordinate representation of color #A59E88: hue angle of 45.52º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59E88 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB165158136-
CMYK00.040.180.35
HSL45.52º13.88%59.02%-
HSV(B)45.52º17.58%64.71%-
XYZ32.1934.2328.2-
YUV157.58115.82133.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=35.95%
G=34.42%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515813600.040.180.3545.5213.8859.02
HexA59E880412232ee3b
Octal245236210042243561673
Binary1010010110011110100010000100100101000111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E88; }

 p { color: rgb(165,158,136); }

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

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

 a { background-color: rgb(165,158,136); }

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

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

 span { border-color: rgb(165,158,136); }

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