#A9B0B4

Color #A9B0B4 Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #A9B0B4

Tints of Gull Grey #A9B0B4

Color information

#A9B0B4 (or 0xA9B0B4) is unknown color: approx Gull Grey. HEX triplet: A9, B0 and B4. RGB value is (169,176,180). Sum of RGB (Red+Green+Blue) = 169+176+180=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 180 - color contains mainly: blue. Hex color #A9B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B0B4 is #564F4B. Grayscale: #AEAEAE. Windows color (decimal): -5656396 or 11841705. OLE color: 11841705.

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

Color convert

RGB169176180-
CMYK0.060.0200.29
HSL201.82º6.83%68.43%-
HSV(B)201.82º6.11%70.59%-
XYZ40.1342.7849.32-
YUV174.36131.18124.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=32.19%
G=33.52%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691761800.060.0200.29201.826.8368.43
HexA9B0B46201Dca744
Octal251260264620353127104
Binary10101001101100001011010011010011101110010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B0B4; }

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

 H1.HeaderClassName
 {
   color: #A9B0B4;
 }
 .AnyTagClassName
 {
   color: #A9B0B4;
 }
</style>
background-color css

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

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

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

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

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

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