#ACAFB1

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

Shades of Gull Grey #ACAFB1

Tints of Gull Grey #ACAFB1

Color information

#ACAFB1 (or 0xACAFB1) is unknown color: approx Gull Grey. HEX triplet: AC, AF and B1. RGB value is (172,175,177). Sum of RGB (Red+Green+Blue) = 172+175+177=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFB1 is #53504E. Grayscale: #AEAEAE. Windows color (decimal): -5460047 or 11644844. OLE color: 11644844.

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

Color convert

RGB172175177-
CMYK0.030.0100.31
HSL204º3.11%68.43%-
HSV(B)204º2.82%69.41%-
XYZ40.2842.647.7-
YUV174.33129.51126.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=32.82%
G=33.40%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751770.030.0100.312043.1168.43
HexACAFB13101Fcc344
Octal254257261310373143104
Binary10101100101011111011000111101111111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFB1; }

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

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

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

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

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

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

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

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