#A1AFB8

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

Shades of Gull Grey #A1AFB8

Tints of Gull Grey #A1AFB8

Color information

#A1AFB8 (or 0xA1AFB8) is unknown color: approx Gull Grey. HEX triplet: A1, AF and B8. RGB value is (161,175,184). Sum of RGB (Red+Green+Blue) = 161+175+184=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 184 - color contains mainly: blue. Hex color #A1AFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFB8 is #5E5047. Grayscale: #ABABAB. Windows color (decimal): -6180936 or 12103585. OLE color: 12103585.

HSL color Cylindrical-coordinate representation of color #A1AFB8: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1AFB8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161175184-
CMYK0.120.0500.28
HSL203.48º13.94%67.65%-
HSV(B)203.48º12.5%72.16%-
XYZ38.6841.751.36-
YUV171.84134.86120.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=30.96%
G=33.65%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611751840.120.0500.28203.4813.9467.65
HexA1AFB8C501Ccbe44
Octal24125727014503431316104
Binary10100001101011111011100011001010111001100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFB8; }

 p { color: rgb(161,175,184); }

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

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

 a { background-color: rgb(161,175,184); }

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

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

 span { border-color: rgb(161,175,184); }

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