#A49C9A

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

Shades of Nobel #A49C9A

Tints of Nobel #A49C9A

Color information

#A49C9A (or 0xA49C9A) is unknown color: approx Nobel. HEX triplet: A4, 9C and 9A. RGB value is (164,156,154). Sum of RGB (Red+Green+Blue) = 164+156+154=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C9A is #5B6365. Grayscale: #9E9E9E. Windows color (decimal): -5989222 or 10132644. OLE color: 10132644.

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

Color convert

RGB164156154-
CMYK00.050.060.36
HSL12º5.21%62.35%-
HSV(B)12º6.1%64.31%-
XYZ33.033435.39-
YUV158.16125.65132.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=34.60%
G=32.91%
B=32.49%

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
Decimal16415615400.050.060.36125.2162.35
HexA49C9A05624c53e
Octal2442342320564414576
Binary10100100100111001001101001011101001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C9A; }

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

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

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

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

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

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

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

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