#A8AFB5

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

Shades of Gull Grey #A8AFB5

Tints of Gull Grey #A8AFB5

Color information

#A8AFB5 (or 0xA8AFB5) is unknown color: approx Gull Grey. HEX triplet: A8, AF and B5. RGB value is (168,175,181). Sum of RGB (Red+Green+Blue) = 168+175+181=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFB5 is #57504A. Grayscale: #ADADAD. Windows color (decimal): -5722187 or 11906984. OLE color: 11906984.

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

Color convert

RGB168175181-
CMYK0.070.0300.29
HSL207.69º8.07%68.43%-
HSV(B)207.69º7.18%70.98%-
XYZ39.8242.3249.79-
YUV173.59132.18124.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=32.06%
G=33.40%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681751810.070.0300.29207.698.0768.43
HexA8AFB57301Dd0844
Octal2502572657303532010104
Binary101010001010111110110101111110111011101000010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFB5; }

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

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

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

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

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

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

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

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