Html Css Color HEX #AAB1AD Periglacial Blue

📋 copy color: '#AAB1AD'

red 170 ◦ green 177 ◦ blue 173

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

Shades of Periglacial Blue #AAB1AD

Tints of Periglacial Blue #AAB1AD

RGB

 RED value IS 170 (66.8% from 255) = 32.69%

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 32.69%
G = 34.04%
B = 33.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AAB1AD (or 0xAAB1AD) is known color: Periglacial Blue. HEX triplet: AA, B1 and AD. RGB value is (170,177,173). Sum of RGB (Red+Green+Blue) = 170+177+173=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AD is #554E52. Grayscale: #AEAEAE. Windows color (decimal): -5590611 or 11383210. OLE color: 11383210.

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

Color convert

RGB 170 177 173 -
CMYK 0.04 0 0.02 0.31
HSL 145.71º 0.04% 0.68% -
HSV(B) 145.71º 0.04% 0.69% -
XYZ 39.84 43.01 45.74 -
YUV 174.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 170 177 173 0.04 0 0.02 0.31 145.71 0.04 0.68
Hex AA B1 AD 4 0 2 1F 92 4 44
Octal 252 261 255 4 0 2 37 222 4 104
Binary 10101010 10110001 10101101 100 0 10 11111 10010010 100 1000100

Color Harmonies of #AAB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1AD

Black with #AAB1AD

Text Example


Text Example

White with #AAB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1AD; }

 p { color: rgb(170,177,173); }

 H1.HeaderClassName
 {
   color: #AAB1AD;
 }
 .AnyTagClassName
 {
   color: #AAB1AD;
 }
</style>

background-color css

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

 a { background-color: rgb(170,177,173); }

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

border-color css

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

 span { border-color: rgb(170,177,173); }

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