#ACAFB0

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

Shades of Gull Grey #ACAFB0

Tints of Gull Grey #ACAFB0

Color information

#ACAFB0 (or 0xACAFB0) is unknown color: approx Gull Grey. HEX triplet: AC, AF and B0. RGB value is (172,175,176). Sum of RGB (Red+Green+Blue) = 172+175+176=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFB0 is #53504F. Grayscale: #AEAEAE. Windows color (decimal): -5460048 or 11579308. OLE color: 11579308.

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

Color convert

RGB172175176-
CMYK0.020.0100.31
HSL195º2.47%68.24%-
HSV(B)195º2.27%69.02%-
XYZ40.1842.5747.17-
YUV174.22129.01126.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=32.89%
G=33.46%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751760.020.0100.311952.4768.24
HexACAFB02101Fc3244
Octal254257260210373032104
Binary10101100101011111011000010101111111000011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFB0; }

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

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

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

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

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

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

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

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