#A49B9A

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

Shades of Nobel #A49B9A

Tints of Nobel #A49B9A

Color information

#A49B9A (or 0xA49B9A) is unknown color: approx Nobel. HEX triplet: A4, 9B and 9A. RGB value is (164,155,154). Sum of RGB (Red+Green+Blue) = 164+155+154=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B9A is #5B6465. Grayscale: #9D9D9D. Windows color (decimal): -5989478 or 10132388. OLE color: 10132388.

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

Color convert

RGB164155154-
CMYK00.050.060.36
HSL5.21%62.35%-
HSV(B)6.1%64.31%-
XYZ32.8633.6735.34-
YUV157.58125.98132.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=34.67%
G=32.77%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415515400.050.060.3665.2162.35
HexA49B9A05624653e
Octal244233232056446576
Binary1010010010011011100110100101110100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B9A; }

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

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

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

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

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

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

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

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