#A3AAAB

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

Shades of Gull Grey #A3AAAB

Tints of Gull Grey #A3AAAB

Color information

#A3AAAB (or 0xA3AAAB) is unknown color: approx Gull Grey. HEX triplet: A3, AA and AB. RGB value is (163,170,171). Sum of RGB (Red+Green+Blue) = 163+170+171=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAB is #5C5554. Grayscale: #A8A8A8. Windows color (decimal): -6051157 or 11250339. OLE color: 11250339.

HSL color Cylindrical-coordinate representation of color #A3AAAB: hue angle of 187.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 #A3AAAB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163170171-
CMYK0.050.0100.33
HSL187.5º4.55%65.49%-
HSV(B)187.5º4.68%67.06%-
XYZ36.8339.4844.21-
YUV168.02129.68124.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=32.34%
G=33.73%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701710.050.0100.33187.54.5565.49
HexA3AAAB51021bb541
Octal243252253510412735101
Binary10100011101010101010101110110100001101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAAB; }

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

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

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

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

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

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

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

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