#A0ABAD

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

Shades of Gull Grey #A0ABAD

Tints of Gull Grey #A0ABAD

Color information

#A0ABAD (or 0xA0ABAD) is unknown color: approx Gull Grey. HEX triplet: A0, AB and AD. RGB value is (160,171,173). Sum of RGB (Red+Green+Blue) = 160+171+173=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ABAD is #5F5452. Grayscale: #A7A7A7. Windows color (decimal): -6247507 or 11381664. OLE color: 11381664.

HSL color Cylindrical-coordinate representation of color #A0ABAD: hue angle of 189.23º 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 #A0ABAD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160171173-
CMYK0.080.0100.32
HSL189.23º7.34%65.29%-
HSV(B)189.23º7.51%67.84%-
XYZ36.639.6245.25-
YUV167.94130.86122.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=31.75%
G=33.93%
B=34.33%

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
Decimal1601711730.080.0100.32189.237.3465.29
HexA0ABAD81020bd741
Octal2402532551010402757101
Binary101000001010101110101101100010100000101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABAD; }

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

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

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

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

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

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

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

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