#ACB0AE

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

Shades of Periglacial Blue #ACB0AE

Tints of Periglacial Blue #ACB0AE

Color information

#ACB0AE (or 0xACB0AE) is unknown color: approx Periglacial Blue. HEX triplet: AC, B0 and AE. RGB value is (172,176,174). Sum of RGB (Red+Green+Blue) = 172+176+174=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AE is #534F51. Grayscale: #AEAEAE. Windows color (decimal): -5459794 or 11448492. OLE color: 11448492.

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

Color convert

RGB172176174-
CMYK0.0200.010.31
HSL150º2.47%68.24%-
HSV(B)150º2.27%69.02%-
XYZ40.1842.8846.2-
YUV174.58127.67126.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=32.95%
G=33.72%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761740.0200.010.311502.4768.24
HexACB0AE2011F96244
Octal254260256201372262104
Binary10101100101100001010111010011111110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0AE; }

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

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

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

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

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

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

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

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