#A4AAAB

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

Shades of Gull Grey #A4AAAB

Tints of Gull Grey #A4AAAB

Color information

#A4AAAB (or 0xA4AAAB) is unknown color: approx Gull Grey. HEX triplet: A4, AA and AB. RGB value is (164,170,171). Sum of RGB (Red+Green+Blue) = 164+170+171=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 171 - color contains mainly: blue. Hex color #A4AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAAB is #5B5554. Grayscale: #A8A8A8. Windows color (decimal): -5985621 or 11250340. OLE color: 11250340.

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

Color convert

RGB164170171-
CMYK0.040.0100.33
HSL188.57º4%65.69%-
HSV(B)188.57º4.09%67.06%-
XYZ37.0439.5844.22-
YUV168.32129.51124.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=32.48%
G=33.66%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701710.040.0100.33188.57465.69
HexA4AAAB41021bd442
Octal244252253410412754102
Binary10100100101010101010101110010100001101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAAB; }

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

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

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

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

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

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

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

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