Html Css Color HEX #ACB0AE Periglacial Blue

📋 copy color: '#ACB0AE'

red 172 ◦ green 176 ◦ blue 174

#ACB0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #ACB0AE

Tints of Periglacial Blue #ACB0AE

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ACB0AE (or 0xACB0AE) is known color: 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

RGB 172 176 174 -
CMYK 0.02 0 0.01 0.31
HSL 150º 0.02% 0.68% -
HSV(B) 150º 0.02% 0.69% -
XYZ 40.18 42.88 46.2 -
YUV 174.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 172 176 174 0.02 0 0.01 0.31 150 0.02 0.68
Hex AC B0 AE 2 0 1 1F 96 2 44
Octal 254 260 256 2 0 1 37 226 2 104
Binary 10101100 10110000 10101110 10 0 1 11111 10010110 10 1000100

Color Harmonies of #ACB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0AE

Black with #ACB0AE

Text Example


Text Example

White with #ACB0AE

Text Example


Text Example

HTML Codes & Css Web 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>