Html Css Color HEX #AAB0B4 Gull Grey

📋 copy color: '#AAB0B4'

red 170 ◦ green 176 ◦ blue 180

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

Shades of Gull Grey #AAB0B4

Tints of Gull Grey #AAB0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 32.32%
G = 33.46%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAB0B4 (or 0xAAB0B4) is known color: Gull Grey. HEX triplet: AA, B0 and B4. RGB value is (170,176,180). Sum of RGB (Red+Green+Blue) = 170+176+180=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B4 is #554F4B. Grayscale: #AEAEAE. Windows color (decimal): -5590860 or 11841706. OLE color: 11841706.

HSL color Cylindrical-coordinate representation of color #AAB0B4: hue angle of 204º degrees, saturation: 0.06, 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 #AAB0B4 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 176 180 -
CMYK 0.06 0.02 0 0.29
HSL 204º 0.06% 0.69% -
HSV(B) 204º 0.06% 0.71% -
XYZ 40.34 42.89 49.33 -
YUV 174.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 170 176 180 0.06 0.02 0 0.29 204 0.06 0.69
Hex AA B0 B4 6 2 0 1D CC 6 45
Octal 252 260 264 6 2 0 35 314 6 105
Binary 10101010 10110000 10110100 110 10 0 11101 11001100 110 1000101

Color Harmonies of #AAB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0B4

Black with #AAB0B4

Text Example


Text Example

White with #AAB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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