#A2ABAD

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

Shades of Gull Grey #A2ABAD

Tints of Gull Grey #A2ABAD

Color information

#A2ABAD (or 0xA2ABAD) is unknown color: approx Gull Grey. HEX triplet: A2, AB and AD. RGB value is (162,171,173). Sum of RGB (Red+Green+Blue) = 162+171+173=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 171 (67.19% from 255 or 33.79% 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 #A2ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAD is #5D5452. Grayscale: #A8A8A8. Windows color (decimal): -6116435 or 11381666. OLE color: 11381666.

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

Color convert

RGB162171173-
CMYK0.060.0100.32
HSL190.91º6.29%65.69%-
HSV(B)190.91º6.36%67.84%-
XYZ37.0139.8245.27-
YUV168.54130.52123.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=32.02%
G=33.79%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621711730.060.0100.32190.916.2965.69
HexA2ABAD61020bf642
Octal242253255610402776102
Binary10100010101010111010110111010100000101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABAD; }

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

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

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

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

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

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

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

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