#A99E9C

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

Shades of Nobel #A99E9C

Tints of Nobel #A99E9C

Color information

#A99E9C (or 0xA99E9C) is unknown color: approx Nobel. HEX triplet: A9, 9E and 9C. RGB value is (169,158,156). Sum of RGB (Red+Green+Blue) = 169+158+156=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E9C is #566163. Grayscale: #A1A1A1. Windows color (decimal): -5661028 or 10264233. OLE color: 10264233.

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

Color convert

RGB169158156-
CMYK00.070.080.34
HSL9.23º7.03%63.73%-
HSV(B)9.23º7.69%66.27%-
XYZ34.5935.2936.44-
YUV161.06125.14133.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=34.99%
G=32.71%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915815600.070.080.349.237.0363.73
HexA99E9C078229740
Octal251236234071042117100
Binary1010100110011110100111000111100010001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E9C; }

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

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

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

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

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

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

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

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