Html Css Color HEX #AAB2AF Periglacial Blue

📋 copy color: '#AAB2AF'

red 170 ◦ green 178 ◦ blue 175

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

Shades of Periglacial Blue #AAB2AF

Tints of Periglacial Blue #AAB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 32.5%
G = 34.03%
B = 33.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#AAB2AF (or 0xAAB2AF) is known color: Periglacial Blue. HEX triplet: AA, B2 and AF. RGB value is (170,178,175). Sum of RGB (Red+Green+Blue) = 170+178+175=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2AF is #554D50. Grayscale: #AFAFAF. Windows color (decimal): -5590353 or 11514538. OLE color: 11514538.

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

Color convert

RGB 170 178 175 -
CMYK 0.04 0 0.02 0.30
HSL 157.5º 0.05% 0.68% -
HSV(B) 157.5º 0.04% 0.7% -
XYZ 40.24 43.48 46.83 -
YUV 175.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 170 178 175 0.04 0 0.02 0.30 157.5 0.05 0.68
Hex AA B2 AF 4 0 2 1E 9E 5 44
Octal 252 262 257 4 0 2 36 236 5 104
Binary 10101010 10110010 10101111 100 0 10 11110 10011110 101 1000100

Color Harmonies of #AAB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2AF

Black with #AAB2AF

Text Example


Text Example

White with #AAB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2AF; }

 p { color: rgb(170,178,175); }

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

background-color css

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

 a { background-color: rgb(170,178,175); }

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

border-color css

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

 span { border-color: rgb(170,178,175); }

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