#A0ACAD

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

Shades of Gull Grey #A0ACAD

Tints of Gull Grey #A0ACAD

Color information

#A0ACAD (or 0xA0ACAD) is unknown color: approx Gull Grey. HEX triplet: A0, AC and AD. RGB value is (160,172,173). Sum of RGB (Red+Green+Blue) = 160+172+173=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAD is #5F5352. Grayscale: #A8A8A8. Windows color (decimal): -6247251 or 11381920. OLE color: 11381920.

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

Color convert

RGB160172173-
CMYK0.080.0100.32
HSL184.62º7.34%65.29%-
HSV(B)184.62º7.51%67.84%-
XYZ36.794045.32-
YUV168.53130.52121.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=31.68%
G=34.06%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601721730.080.0100.32184.627.3465.29
HexA0ACAD81020b9741
Octal2402542551010402717101
Binary101000001010110010101101100010100000101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACAD; }

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

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

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

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

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

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

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

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