Html Css Color HEX #AAAFB2 Gull Grey

📋 copy color: '#AAAFB2'

red 170 ◦ green 175 ◦ blue 178

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

Shades of Gull Grey #AAAFB2

Tints of Gull Grey #AAAFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.46%

 BLUE value IS 178 (69.92% from 255) = 34.03%

R = 32.5%
G = 33.46%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AAAFB2 (or 0xAAAFB2) is known color: Gull Grey. HEX triplet: AA, AF and B2. RGB value is (170,175,178). Sum of RGB (Red+Green+Blue) = 170+175+178=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #AAAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFB2 is #55504D. Grayscale: #ADADAD. Windows color (decimal): -5591118 or 11710378. OLE color: 11710378.

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

Color convert

RGB 170 175 178 -
CMYK 0.04 0.02 0 0.30
HSL 202.5º 0.05% 0.68% -
HSV(B) 202.5º 0.04% 0.7% -
XYZ 39.94 42.42 48.2 -
YUV 173.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 170 175 178 0.04 0.02 0 0.30 202.5 0.05 0.68
Hex AA AF B2 4 2 0 1E CA 5 44
Octal 252 257 262 4 2 0 36 312 5 104
Binary 10101010 10101111 10110010 100 10 0 11110 11001010 101 1000100

Color Harmonies of #AAAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFB2

Black with #AAAFB2

Text Example


Text Example

White with #AAAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFB2; }

 p { color: rgb(170,175,178); }

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

background-color css

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

 a { background-color: rgb(170,175,178); }

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

border-color css

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

 span { border-color: rgb(170,175,178); }

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