Html Css Color HEX #9AA2AD Grey Chateau

📋 copy color: '#9AA2AD'

red 154 ◦ green 162 ◦ blue 173

#9AA2AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #9AA2AD

Tints of Grey Chateau #9AA2AD

RGB

 RED value IS 154 (60.55% from 255) = 31.49%

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 31.49%
G = 33.13%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9AA2AD (or 0x9AA2AD) is known color: Grey Chateau. HEX triplet: 9A, A2 and AD. RGB value is (154,162,173). Sum of RGB (Red+Green+Blue) = 154+162+173=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #9AA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2AD is #655D52. Grayscale: #A0A0A0. Windows color (decimal): -6643027 or 11379354. OLE color: 11379354.

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

Color convert

RGB 154 162 173 -
CMYK 0.11 0.06 0 0.32
HSL 214.74º 0.1% 0.64% -
HSV(B) 214.74º 0.11% 0.68% -
XYZ 33.79 35.73 44.65 -
YUV 160.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 154 162 173 0.11 0.06 0 0.32 214.74 0.1 0.64
Hex 9A A2 AD B 6 0 20 D7 A 40
Octal 232 242 255 13 6 0 40 327 12 100
Binary 10011010 10100010 10101101 1011 110 0 100000 11010111 1010 1000000

Color Harmonies of #9AA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA2AD

Black with #9AA2AD

Text Example


Text Example

White with #9AA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AA2AD;
 }
 .AnyTagClassName
 {
   color: #9AA2AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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