#A5ACAF

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

Shades of Gull Grey #A5ACAF

Tints of Gull Grey #A5ACAF

Color information

#A5ACAF (or 0xA5ACAF) is unknown color: approx Gull Grey. HEX triplet: A5, AC and AF. RGB value is (165,172,175). Sum of RGB (Red+Green+Blue) = 165+172+175=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ACAF is #5A5350. Grayscale: #AAAAAA. Windows color (decimal): -5919569 or 11512997. OLE color: 11512997.

HSL color Cylindrical-coordinate representation of color #A5ACAF: hue angle of 198º 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 #A5ACAF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165172175-
CMYK0.060.0200.31
HSL198º5.88%66.67%-
HSV(B)198º5.71%68.63%-
XYZ38.0140.646.39-
YUV170.25130.68124.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=32.23%
G=33.59%
B=34.18%

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
Decimal1651721750.060.0200.311985.8866.67
HexA5ACAF6201Fc6643
Octal245254257620373066103
Binary10100101101011001010111111010011111110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACAF; }

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

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

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

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

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

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

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

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