#A99C9A

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

Shades of Nobel #A99C9A

Tints of Nobel #A99C9A

Color information

#A99C9A (or 0xA99C9A) is unknown color: approx Nobel. HEX triplet: A9, 9C and 9A. RGB value is (169,156,154). Sum of RGB (Red+Green+Blue) = 169+156+154=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C9A is #566365. Grayscale: #9F9F9F. Windows color (decimal): -5661542 or 10132649. OLE color: 10132649.

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

Color convert

RGB169156154-
CMYK00.080.090.34
HSL8.02%63.33%-
HSV(B)8.88%66.27%-
XYZ34.0834.5535.44-
YUV159.66124.81134.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=35.28%
G=32.57%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915615400.080.090.3488.0263.33
HexA99C9A08922883f
Octal2512342320101142101077
Binary10101001100111001001101001000100110001010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C9A; }

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

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

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

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

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

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

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

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