#A5ABAF

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

Shades of Gull Grey #A5ABAF

Tints of Gull Grey #A5ABAF

Color information

#A5ABAF (or 0xA5ABAF) is unknown color: approx Gull Grey. HEX triplet: A5, AB and AF. RGB value is (165,171,175). Sum of RGB (Red+Green+Blue) = 165+171+175=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABAF is #5A5450. Grayscale: #A9A9A9. Windows color (decimal): -5919825 or 11512741. OLE color: 11512741.

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

Color convert

RGB165171175-
CMYK0.060.0200.31
HSL204º5.88%66.67%-
HSV(B)204º5.71%68.63%-
XYZ37.8240.2246.33-
YUV169.66131.01124.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=32.29%
G=33.46%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651711750.060.0200.312045.8866.67
HexA5ABAF6201Fcc643
Octal245253257620373146103
Binary10100101101010111010111111010011111110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABAF; }

 p { color: rgb(165,171,175); }

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

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

 a { background-color: rgb(165,171,175); }

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

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

 span { border-color: rgb(165,171,175); }

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