Html Css Color HEX #AAADB0 Grey Chateau

📋 copy color: '#AAADB0'

red 170 ◦ green 173 ◦ blue 176

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

Shades of Grey Chateau #AAADB0

Tints of Grey Chateau #AAADB0

RGB

 RED value IS 170 (66.8% from 255) = 32.76%

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 32.76%
G = 33.33%
B = 33.91%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AAADB0 (or 0xAAADB0) is known color: Grey Chateau. HEX triplet: AA, AD and B0. RGB value is (170,173,176). Sum of RGB (Red+Green+Blue) = 170+173+176=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #AAADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADB0 is #55524F. Grayscale: #ACACAC. Windows color (decimal): -5591632 or 11578794. OLE color: 11578794.

HSL color Cylindrical-coordinate representation of color #AAADB0: hue angle of 210º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAADB0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 173 176 -
CMYK 0.03 0.02 0 0.31
HSL 210º 0.04% 0.68% -
HSV(B) 210º 0.03% 0.69% -
XYZ 39.36 41.57 47.02 -
YUV 172.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 170 173 176 0.03 0.02 0 0.31 210 0.04 0.68
Hex AA AD B0 3 2 0 1F D2 4 44
Octal 252 255 260 3 2 0 37 322 4 104
Binary 10101010 10101101 10110000 11 10 0 11111 11010010 100 1000100

Color Harmonies of #AAADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADB0

Black with #AAADB0

Text Example


Text Example

White with #AAADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADB0; }

 p { color: rgb(170,173,176); }

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

background-color css

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

 a { background-color: rgb(170,173,176); }

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

border-color css

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

 span { border-color: rgb(170,173,176); }

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