#A3AEAF

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

Shades of Gull Grey #A3AEAF

Tints of Gull Grey #A3AEAF

Color information

#A3AEAF (or 0xA3AEAF) is unknown color: approx Gull Grey. HEX triplet: A3, AE and AF. RGB value is (163,174,175). Sum of RGB (Red+Green+Blue) = 163+174+175=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEAF is #5C5150. Grayscale: #AAAAAA. Windows color (decimal): -6050129 or 11513507. OLE color: 11513507.

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

Color convert

RGB163174175-
CMYK0.070.0100.31
HSL185º6.98%66.27%-
HSV(B)185º6.86%68.63%-
XYZ37.9841.1546.5-
YUV170.82130.36122.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=31.84%
G=33.98%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631741750.070.0100.311856.9866.27
HexA3AEAF7101Fb9742
Octal243256257710372717102
Binary1010001110101110101011111111011111101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEAF; }

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

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

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

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

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

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

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

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