#A1ACAD

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

Shades of Gull Grey #A1ACAD

Tints of Gull Grey #A1ACAD

Color information

#A1ACAD (or 0xA1ACAD) is unknown color: approx Gull Grey. HEX triplet: A1, AC and AD. RGB value is (161,172,173). Sum of RGB (Red+Green+Blue) = 161+172+173=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 172 (67.58% from 255 or 33.99% 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 #A1ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAD is #5E5352. Grayscale: #A8A8A8. Windows color (decimal): -6181715 or 11381921. OLE color: 11381921.

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

Color convert

RGB161172173-
CMYK0.070.0100.32
HSL185º6.82%65.49%-
HSV(B)185º6.94%67.84%-
XYZ36.9940.145.33-
YUV168.82130.36122.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=31.82%
G=33.99%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611721730.070.0100.321856.8265.49
HexA1ACAD71020b9741
Octal241254255710402717101
Binary10100001101011001010110111110100000101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACAD; }

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

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

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

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

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

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

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

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