Html Css Color HEX #AAB9C3 Heather

📋 copy color: '#AAB9C3'

red 170 ◦ green 185 ◦ blue 195

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

Shades of Heather #AAB9C3

Tints of Heather #AAB9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.45%

R = 30.91%
G = 33.64%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB9C3 (or 0xAAB9C3) is known color: Heather. HEX triplet: AA, B9 and C3. RGB value is (170,185,195). Sum of RGB (Red+Green+Blue) = 170+185+195=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C3 is #55463C. Grayscale: #B5B5B5. Windows color (decimal): -5588541 or 12827050. OLE color: 12827050.

HSL color Cylindrical-coordinate representation of color #AAB9C3: hue angle of 204º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB9C3 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 185 195 -
CMYK 0.13 0.05 0 0.24
HSL 204º 0.17% 0.72% -
HSV(B) 204º 0.13% 0.76% -
XYZ 43.78 47.18 58.43 -
YUV 181.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 170 185 195 0.13 0.05 0 0.24 204 0.17 0.72
Hex AA B9 C3 D 5 0 18 CC 11 48
Octal 252 271 303 15 5 0 30 314 21 110
Binary 10101010 10111001 11000011 1101 101 0 11000 11001100 10001 1001000

Color Harmonies of #AAB9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9C3

Black with #AAB9C3

Text Example


Text Example

White with #AAB9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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