Html Css Color HEX #AAB0B5 Gull Grey

📋 copy color: '#AAB0B5'

red 170 ◦ green 176 ◦ blue 181

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

Shades of Gull Grey #AAB0B5

Tints of Gull Grey #AAB0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 32.26%
G = 33.4%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAB0B5 (or 0xAAB0B5) is known color: Gull Grey. HEX triplet: AA, B0 and B5. RGB value is (170,176,181). Sum of RGB (Red+Green+Blue) = 170+176+181=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAB0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B5 is #554F4A. Grayscale: #AEAEAE. Windows color (decimal): -5590859 or 11907242. OLE color: 11907242.

HSL color Cylindrical-coordinate representation of color #AAB0B5: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB0B5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 176 181 -
CMYK 0.06 0.03 0 0.29
HSL 207.27º 0.07% 0.69% -
HSV(B) 207.27º 0.06% 0.71% -
XYZ 40.44 42.93 49.87 -
YUV 174.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 170 176 181 0.06 0.03 0 0.29 207.27 0.07 0.69
Hex AA B0 B5 6 3 0 1D CF 7 45
Octal 252 260 265 6 3 0 35 317 7 105
Binary 10101010 10110000 10110101 110 11 0 11101 11001111 111 1000101

Color Harmonies of #AAB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0B5

Black with #AAB0B5

Text Example


Text Example

White with #AAB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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