#A49C9B

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

Shades of Nobel #A49C9B

Tints of Nobel #A49C9B

Color information

#A49C9B (or 0xA49C9B) is unknown color: approx Nobel. HEX triplet: A4, 9C and 9B. RGB value is (164,156,155). Sum of RGB (Red+Green+Blue) = 164+156+155=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C9B is #5B6364. Grayscale: #9E9E9E. Windows color (decimal): -5989221 or 10198180. OLE color: 10198180.

HSL color Cylindrical-coordinate representation of color #A49C9B: hue angle of 6.67º 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 #A49C9B is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164156155-
CMYK00.050.050.36
HSL6.67º4.71%62.55%-
HSV(B)6.67º5.49%64.31%-
XYZ33.1134.0435.83-
YUV158.28126.15132.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=34.53%
G=32.84%
B=32.63%

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
Decimal16415615500.050.050.366.674.7162.55
HexA49C9B05524753f
Octal244234233055447577
Binary1010010010011100100110110101101100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C9B; }

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

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

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

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

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

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

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

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