#ACB1AF

Color #ACB1AF Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #ACB1AF

Tints of Periglacial Blue #ACB1AF

Color information

#ACB1AF (or 0xACB1AF) is unknown color: approx Periglacial Blue. HEX triplet: AC, B1 and AF. RGB value is (172,177,175). Sum of RGB (Red+Green+Blue) = 172+177+175=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AF is #534E50. Grayscale: #AFAFAF. Windows color (decimal): -5459537 or 11514284. OLE color: 11514284.

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

Color convert

RGB172177175-
CMYK0.0300.010.31
HSL156º3.11%68.43%-
HSV(B)156º2.82%69.41%-
XYZ40.4743.3146.78-
YUV175.28127.84125.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771750.0300.010.311563.1168.43
HexACB1AF3011F9c344
Octal254261257301372343104
Binary10101100101100011010111111011111110011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1AF; }

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

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

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

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

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

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

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

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