#A3A8AB

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

Shades of Gull Grey #A3A8AB

Tints of Gull Grey #A3A8AB

Color information

#A3A8AB (or 0xA3A8AB) is unknown color: approx Gull Grey. HEX triplet: A3, A8 and AB. RGB value is (163,168,171). Sum of RGB (Red+Green+Blue) = 163+168+171=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A8AB is #5C5754. Grayscale: #A6A6A6. Windows color (decimal): -6051669 or 11249827. OLE color: 11249827.

HSL color Cylindrical-coordinate representation of color #A3A8AB: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A8AB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163168171-
CMYK0.050.0200.33
HSL202.5º4.55%65.49%-
HSV(B)202.5º4.68%67.06%-
XYZ36.4638.7344.08-
YUV166.85130.34125.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=32.47%
G=33.47%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631681710.050.0200.33202.54.5565.49
HexA3A8AB52021ca541
Octal243250253520413125101
Binary101000111010100010101011101100100001110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A8AB; }

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

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

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

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

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

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

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

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