#A3AAAD

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

Shades of Gull Grey #A3AAAD

Tints of Gull Grey #A3AAAD

Color information

#A3AAAD (or 0xA3AAAD) is unknown color: approx Gull Grey. HEX triplet: A3, AA and AD. RGB value is (163,170,173). Sum of RGB (Red+Green+Blue) = 163+170+173=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A3AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAD is #5C5552. Grayscale: #A8A8A8. Windows color (decimal): -6051155 or 11381411. OLE color: 11381411.

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

Color convert

RGB163170173-
CMYK0.060.0200.32
HSL198º5.75%65.88%-
HSV(B)198º5.78%67.84%-
XYZ37.0239.5545.22-
YUV168.25130.68124.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=32.21%
G=33.60%
B=34.19%

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
Decimal1631701730.060.0200.321985.7565.88
HexA3AAAD62020c6642
Octal243252255620403066102
Binary101000111010101010101101110100100000110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAAD; }

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

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

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

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

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

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

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

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