#9AA6AF

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

Shades of Grey Chateau #9AA6AF

Tints of Grey Chateau #9AA6AF

Color information

#9AA6AF (or 0x9AA6AF) is unknown color: approx Grey Chateau. HEX triplet: 9A, A6 and AF. RGB value is (154,166,175). Sum of RGB (Red+Green+Blue) = 154+166+175=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA6AF is #655950. Grayscale: #A3A3A3. Windows color (decimal): -6642001 or 11511450. OLE color: 11511450.

HSL color Cylindrical-coordinate representation of color #9AA6AF: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA6AF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154166175-
CMYK0.120.0500.31
HSL205.71º11.6%64.51%-
HSV(B)205.71º12%68.63%-
XYZ34.737.2445.92-
YUV163.44134.52121.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=31.11%
G=33.54%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541661750.120.0500.31205.7111.664.51
Hex9AA6AFC501Fcec41
Octal23224625714503731614101
Binary10011010101001101010111111001010111111100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,166,175); }

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

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

 a { background-color: rgb(154,166,175); }

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

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

 span { border-color: rgb(154,166,175); }

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