#A8AEAF

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

Shades of Gull Grey #A8AEAF

Tints of Gull Grey #A8AEAF

Color information

#A8AEAF (or 0xA8AEAF) is unknown color: approx Gull Grey. HEX triplet: A8, AE and AF. RGB value is (168,174,175). Sum of RGB (Red+Green+Blue) = 168+174+175=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 175 - color contains mainly: blue. Hex color #A8AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAF is #575150. Grayscale: #ACACAC. Windows color (decimal): -5722449 or 11513512. OLE color: 11513512.

HSL color Cylindrical-coordinate representation of color #A8AEAF: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8AEAF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168174175-
CMYK0.040.0100.31
HSL188.57º4.19%67.25%-
HSV(B)188.57º4%68.63%-
XYZ39.0241.6946.55-
YUV172.32129.51124.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=32.50%
G=33.66%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681741750.040.0100.31188.574.1967.25
HexA8AEAF4101Fbd443
Octal250256257410372754103
Binary1010100010101110101011111001011111101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEAF; }

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

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

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

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

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

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

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

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