#A3ABAE

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

Shades of Gull Grey #A3ABAE

Tints of Gull Grey #A3ABAE

Color information

#A3ABAE (or 0xA3ABAE) is unknown color: approx Gull Grey. HEX triplet: A3, AB and AE. RGB value is (163,171,174). Sum of RGB (Red+Green+Blue) = 163+171+174=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #A3ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAE is #5C5451. Grayscale: #A8A8A8. Windows color (decimal): -6050898 or 11447203. OLE color: 11447203.

HSL color Cylindrical-coordinate representation of color #A3ABAE: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3ABAE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163171174-
CMYK0.060.0200.32
HSL196.36º6.36%66.08%-
HSV(B)196.36º6.32%68.24%-
XYZ37.3139.9745.79-
YUV168.95130.85123.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=32.09%
G=33.66%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631711740.060.0200.32196.366.3666.08
HexA3ABAE62020c4642
Octal243253256620403046102
Binary101000111010101110101110110100100000110001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABAE; }

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

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

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

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

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

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

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

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