#A5ABAE

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

Shades of Gull Grey #A5ABAE

Tints of Gull Grey #A5ABAE

Color information

#A5ABAE (or 0xA5ABAE) is unknown color: approx Gull Grey. HEX triplet: A5, AB and AE. RGB value is (165,171,174). Sum of RGB (Red+Green+Blue) = 165+171+174=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABAE is #5A5451. Grayscale: #A9A9A9. Windows color (decimal): -5919826 or 11447205. OLE color: 11447205.

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

Color convert

RGB165171174-
CMYK0.050.0200.32
HSL200º5.26%66.47%-
HSV(B)200º5.17%68.24%-
XYZ37.7240.1845.81-
YUV169.55130.51124.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=32.35%
G=33.53%
B=34.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651711740.050.0200.322005.2666.47
HexA5ABAE52020c8542
Octal245253256520403105102
Binary101001011010101110101110101100100000110010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABAE; }

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

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

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

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

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

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

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

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