#A49B99

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

Shades of Nobel #A49B99

Tints of Nobel #A49B99

Color information

#A49B99 (or 0xA49B99) is unknown color: approx Nobel. HEX triplet: A4, 9B and 99. RGB value is (164,155,153). Sum of RGB (Red+Green+Blue) = 164+155+153=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B99 is #5B6466. Grayscale: #9D9D9D. Windows color (decimal): -5989479 or 10066852. OLE color: 10066852.

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

Color convert

RGB164155153-
CMYK00.050.070.36
HSL10.91º5.7%62.16%-
HSV(B)10.91º6.71%64.31%-
XYZ32.7833.6434.9-
YUV157.46125.48132.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=34.75%
G=32.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515300.050.070.3610.915.762.16
HexA49B9905724b63e
Octal2442332310574413676
Binary10100100100110111001100101011111001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B99; }

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

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

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

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

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

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

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

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