Html Css Color HEX #AAB0AD Periglacial Blue

📋 copy color: '#AAB0AD'

red 170 ◦ green 176 ◦ blue 173

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

Shades of Periglacial Blue #AAB0AD

Tints of Periglacial Blue #AAB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 32.76%
G = 33.91%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AAB0AD (or 0xAAB0AD) is known color: Periglacial Blue. HEX triplet: AA, B0 and AD. RGB value is (170,176,173). Sum of RGB (Red+Green+Blue) = 170+176+173=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AD is #554F52. Grayscale: #ADADAD. Windows color (decimal): -5590867 or 11382954. OLE color: 11382954.

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

Color convert

RGB 170 176 173 -
CMYK 0.03 0 0.02 0.31
HSL 150º 0.04% 0.68% -
HSV(B) 150º 0.03% 0.69% -
XYZ 39.65 42.61 45.67 -
YUV 173.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 170 176 173 0.03 0 0.02 0.31 150 0.04 0.68
Hex AA B0 AD 3 0 2 1F 96 4 44
Octal 252 260 255 3 0 2 37 226 4 104
Binary 10101010 10110000 10101101 11 0 10 11111 10010110 100 1000100

Color Harmonies of #AAB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0AD

Black with #AAB0AD

Text Example


Text Example

White with #AAB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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