#A4A8A9

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

Shades of Gull Grey #A4A8A9

Tints of Gull Grey #A4A8A9

Color information

#A4A8A9 (or 0xA4A8A9) is unknown color: approx Gull Grey. HEX triplet: A4, A8 and A9. RGB value is (164,168,169). Sum of RGB (Red+Green+Blue) = 164+168+169=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 169 - color contains mainly: blue. Hex color #A4A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A8A9 is #5B5756. Grayscale: #A6A6A6. Windows color (decimal): -5986135 or 11118756. OLE color: 11118756.

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

Color convert

RGB164168169-
CMYK0.030.0100.34
HSL192º2.82%65.29%-
HSV(B)192º2.96%66.27%-
XYZ36.4738.7643.1-
YUV166.92129.17125.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=32.73%
G=33.53%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641681690.030.0100.341922.8265.29
HexA4A8A931022c0341
Octal244250251310423003101
Binary101001001010100010101001111010001011000000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8A9; }

 p { color: rgb(164,168,169); }

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

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

 a { background-color: rgb(164,168,169); }

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

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

 span { border-color: rgb(164,168,169); }

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