Html Css Color HEX #AAADAE Gull Grey

📋 copy color: '#AAADAE'

red 170 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #AAADAE

Tints of Gull Grey #AAADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 32.88%
G = 33.46%
B = 33.66%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AAADAE (or 0xAAADAE) is known color: Gull Grey. HEX triplet: AA, AD and AE. RGB value is (170,173,174). Sum of RGB (Red+Green+Blue) = 170+173+174=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAE is #555251. Grayscale: #ACACAC. Windows color (decimal): -5591634 or 11447722. OLE color: 11447722.

HSL color Cylindrical-coordinate representation of color #AAADAE: hue angle of 195º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAADAE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 174 -
CMYK 0.02 0.01 0 0.32
HSL 195º 0.02% 0.67% -
HSV(B) 195º 0.02% 0.68% -
XYZ 39.16 41.49 45.99 -
YUV 172.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 170 173 174 0.02 0.01 0 0.32 195 0.02 0.67
Hex AA AD AE 2 1 0 20 C3 2 43
Octal 252 255 256 2 1 0 40 303 2 103
Binary 10101010 10101101 10101110 10 1 0 100000 11000011 10 1000011

Color Harmonies of #AAADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADAE

Black with #AAADAE

Text Example


Text Example

White with #AAADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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