#9AA2AC

Color #9AA2AC Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #9AA2AC

Tints of Grey Chateau #9AA2AC

Color information

#9AA2AC (or 0x9AA2AC) is unknown color: approx Grey Chateau. HEX triplet: 9A, A2 and AC. RGB value is (154,162,172). Sum of RGB (Red+Green+Blue) = 154+162+172=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #9AA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2AC is #655D53. Grayscale: #A0A0A0. Windows color (decimal): -6643028 or 11313818. OLE color: 11313818.

HSL color Cylindrical-coordinate representation of color #9AA2AC: hue angle of 213.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AA2AC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154162172-
CMYK0.100.0600.33
HSL213.33º9.78%63.92%-
HSV(B)213.33º10.47%67.45%-
XYZ33.6935.6944.14-
YUV160.75134.35123.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=31.56%
G=33.20%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541621720.100.0600.33213.339.7863.92
Hex9AA2ACA6021d5a40
Octal23224225412604132512100
Binary100110101010001010101100101011001000011101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA2AC; }

 p { color: rgb(154,162,172); }

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

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

 a { background-color: rgb(154,162,172); }

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

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

 span { border-color: rgb(154,162,172); }

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