#A49B9B

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

Shades of Nobel #A49B9B

Tints of Nobel #A49B9B

Color information

#A49B9B (or 0xA49B9B) is unknown color: approx Nobel. HEX triplet: A4, 9B and 9B. RGB value is (164,155,155). Sum of RGB (Red+Green+Blue) = 164+155+155=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9B is #5B6464. Grayscale: #9D9D9D. Windows color (decimal): -5989477 or 10197924. OLE color: 10197924.

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

Color convert

RGB164155155-
CMYK00.050.050.36
HSL4.71%62.55%-
HSV(B)5.49%64.31%-
XYZ32.9533.735.78-
YUV157.69126.48132.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=34.60%
G=32.70%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515500.050.050.3604.7162.55
HexA49B9B05524053f
Octal244233233055440577
Binary10100100100110111001101101011011001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9B; }

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

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

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

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

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

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

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

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