Html Css Color HEX #AAB8BF Heather

📋 copy color: '#AAB8BF'

red 170 ◦ green 184 ◦ blue 191

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

Shades of Heather #AAB8BF

Tints of Heather #AAB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.76%

 BLUE value IS 191 (75% from 255) = 35.05%

R = 31.19%
G = 33.76%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAB8BF (or 0xAAB8BF) is known color: Heather. HEX triplet: AA, B8 and BF. RGB value is (170,184,191). Sum of RGB (Red+Green+Blue) = 170+184+191=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BF is #554740. Grayscale: #B4B4B4. Windows color (decimal): -5588801 or 12564650. OLE color: 12564650.

HSL color Cylindrical-coordinate representation of color #AAB8BF: hue angle of 200º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB8BF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 184 191 -
CMYK 0.11 0.04 0 0.25
HSL 200º 0.14% 0.71% -
HSV(B) 200º 0.11% 0.75% -
XYZ 43.12 46.59 56.01 -
YUV 180.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 170 184 191 0.11 0.04 0 0.25 200 0.14 0.71
Hex AA B8 BF B 4 0 19 C8 E 47
Octal 252 270 277 13 4 0 31 310 16 107
Binary 10101010 10111000 10111111 1011 100 0 11001 11001000 1110 1000111

Color Harmonies of #AAB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8BF

Black with #AAB8BF

Text Example


Text Example

White with #AAB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8BF; }

 p { color: rgb(170,184,191); }

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

background-color css

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

 a { background-color: rgb(170,184,191); }

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

border-color css

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

 span { border-color: rgb(170,184,191); }

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