Html Css Color HEX #AAB9C1 Heather

📋 copy color: '#AAB9C1'

red 170 ◦ green 185 ◦ blue 193

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

Shades of Heather #AAB9C1

Tints of Heather #AAB9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.76%

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 31.02%
G = 33.76%
B = 35.22%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB9C1 (or 0xAAB9C1) is known color: Heather. HEX triplet: AA, B9 and C1. RGB value is (170,185,193). Sum of RGB (Red+Green+Blue) = 170+185+193=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C1 is #55463E. Grayscale: #B5B5B5. Windows color (decimal): -5588543 or 12695978. OLE color: 12695978.

HSL color Cylindrical-coordinate representation of color #AAB9C1: hue angle of 200.87º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB9C1 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 185 193 -
CMYK 0.12 0.04 0 0.24
HSL 200.87º 0.16% 0.71% -
HSV(B) 200.87º 0.12% 0.76% -
XYZ 43.55 47.09 57.25 -
YUV 181.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 170 185 193 0.12 0.04 0 0.24 200.87 0.16 0.71
Hex AA B9 C1 C 4 0 18 C9 10 47
Octal 252 271 301 14 4 0 30 311 20 107
Binary 10101010 10111001 11000001 1100 100 0 11000 11001001 10000 1000111

Color Harmonies of #AAB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9C1

Black with #AAB9C1

Text Example


Text Example

White with #AAB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9C1; }

 p { color: rgb(170,185,193); }

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

background-color css

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

 a { background-color: rgb(170,185,193); }

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

border-color css

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

 span { border-color: rgb(170,185,193); }

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