#A0AFB5

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

Shades of Gull Grey #A0AFB5

Tints of Gull Grey #A0AFB5

Color information

#A0AFB5 (or 0xA0AFB5) is unknown color: approx Gull Grey. HEX triplet: A0, AF and B5. RGB value is (160,175,181). Sum of RGB (Red+Green+Blue) = 160+175+181=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB5 is #5F504A. Grayscale: #ABABAB. Windows color (decimal): -6246475 or 11906976. OLE color: 11906976.

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

Color convert

RGB160175181-
CMYK0.120.0300.29
HSL197.14º12.43%66.86%-
HSV(B)197.14º11.6%70.98%-
XYZ38.1741.4749.71-
YUV171.2133.53120.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 181 (71.09% from 255) = 35.08%
R=31.01%
G=33.91%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601751810.120.0300.29197.1412.4366.86
HexA0AFB5C301Dc5c43
Octal24025726514303530514103
Binary1010000010101111101101011100110111011100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFB5; }

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

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

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

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

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

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

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

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