Html Css Color HEX #AAB9C9 Heather

📋 copy color: '#AAB9C9'

red 170 ◦ green 185 ◦ blue 201

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

Shades of Heather #AAB9C9

Tints of Heather #AAB9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 30.58%
G = 33.27%
B = 36.15%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB9C9 (or 0xAAB9C9) is known color: Heather. HEX triplet: AA, B9 and C9. RGB value is (170,185,201). Sum of RGB (Red+Green+Blue) = 170+185+201=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C9 is #554636. Grayscale: #B6B6B6. Windows color (decimal): -5588535 or 13220266. OLE color: 13220266.

HSL color Cylindrical-coordinate representation of color #AAB9C9: hue angle of 210.97º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB9C9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 185 201 -
CMYK 0.15 0.08 0 0.21
HSL 210.97º 0.22% 0.73% -
HSV(B) 210.97º 0.15% 0.79% -
XYZ 44.47 47.46 62.08 -
YUV 182.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 170 185 201 0.15 0.08 0 0.21 210.97 0.22 0.73
Hex AA B9 C9 F 8 0 15 D3 16 49
Octal 252 271 311 17 10 0 25 323 26 111
Binary 10101010 10111001 11001001 1111 1000 0 10101 11010011 10110 1001001

Color Harmonies of #AAB9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9C9

Black with #AAB9C9

Text Example


Text Example

White with #AAB9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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