#A9ACAD

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

Shades of Gull Grey #A9ACAD

Tints of Gull Grey #A9ACAD

Color information

#A9ACAD (or 0xA9ACAD) is unknown color: approx Gull Grey. HEX triplet: A9, AC and AD. RGB value is (169,172,173). Sum of RGB (Red+Green+Blue) = 169+172+173=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: blue. Hex color #A9ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ACAD is #565352. Grayscale: #ABABAB. Windows color (decimal): -5657427 or 11381929. OLE color: 11381929.

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

Color convert

RGB169172173-
CMYK0.020.0100.32
HSL195º2.38%67.06%-
HSV(B)195º2.31%67.84%-
XYZ38.6640.9645.4-
YUV171.22129.01126.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=32.88%
G=33.46%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691721730.020.0100.321952.3867.06
HexA9ACAD21020c3243
Octal251254255210403032103
Binary101010011010110010101101101010000011000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACAD; }

 p { color: rgb(169,172,173); }

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

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

 a { background-color: rgb(169,172,173); }

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

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

 span { border-color: rgb(169,172,173); }

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