#A0AFB4

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

Shades of Gull Grey #A0AFB4

Tints of Gull Grey #A0AFB4

Color information

#A0AFB4 (or 0xA0AFB4) is unknown color: approx Gull Grey. HEX triplet: A0, AF and B4. RGB value is (160,175,180). Sum of RGB (Red+Green+Blue) = 160+175+180=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A0AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB4 is #5F504B. Grayscale: #ABABAB. Windows color (decimal): -6246476 or 11841440. OLE color: 11841440.

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

Color convert

RGB160175180-
CMYK0.110.0300.29
HSL195º11.76%66.67%-
HSV(B)195º11.11%70.59%-
XYZ38.0741.4349.17-
YUV171.08133.03120.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=31.07%
G=33.98%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601751800.110.0300.2919511.7666.67
HexA0AFB4B301Dc3c43
Octal24025726413303530314103
Binary1010000010101111101101001011110111011100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFB4; }

 p { color: rgb(160,175,180); }

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

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

 a { background-color: rgb(160,175,180); }

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

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

 span { border-color: rgb(160,175,180); }

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