#A3ABAF

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

Shades of Gull Grey #A3ABAF

Tints of Gull Grey #A3ABAF

Color information

#A3ABAF (or 0xA3ABAF) is unknown color: approx Gull Grey. HEX triplet: A3, AB and AF. RGB value is (163,171,175). Sum of RGB (Red+Green+Blue) = 163+171+175=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAF is #5C5450. Grayscale: #A9A9A9. Windows color (decimal): -6050897 or 11512739. OLE color: 11512739.

HSL color Cylindrical-coordinate representation of color #A3ABAF: hue angle of 200º 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 #A3ABAF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163171175-
CMYK0.070.0200.31
HSL200º6.98%66.27%-
HSV(B)200º6.86%68.63%-
XYZ37.4140.0146.31-
YUV169.06131.35123.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=32.02%
G=33.60%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631711750.070.0200.312006.9866.27
HexA3ABAF7201Fc8742
Octal243253257720373107102
Binary10100011101010111010111111110011111110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABAF; }

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

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

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

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

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

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

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

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