#A59B99

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

Shades of Nobel #A59B99

Tints of Nobel #A59B99

Color information

#A59B99 (or 0xA59B99) is unknown color: approx Nobel. HEX triplet: A5, 9B and 99. RGB value is (165,155,153). Sum of RGB (Red+Green+Blue) = 165+155+153=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B99 is #5A6466. Grayscale: #9D9D9D. Windows color (decimal): -5923943 or 10066853. OLE color: 10066853.

HSL color Cylindrical-coordinate representation of color #A59B99: hue angle of 10º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A59B99 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165155153-
CMYK00.060.070.35
HSL10º6.25%62.35%-
HSV(B)10º7.27%64.71%-
XYZ32.9933.7434.91-
YUV157.76125.31133.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=34.88%
G=32.77%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515515300.060.070.35106.2562.35
HexA59B9906723a63e
Octal2452332310674312676
Binary10100101100110111001100101101111000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B99; }

 p { color: rgb(165,155,153); }

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

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

 a { background-color: rgb(165,155,153); }

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

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

 span { border-color: rgb(165,155,153); }

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