Html Css Color HEX #AAC3C9 Heather

📋 copy color: '#AAC3C9'

red 170 ◦ green 195 ◦ blue 201

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

Shades of Heather #AAC3C9

Tints of Heather #AAC3C9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

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

R = 30.04%
G = 34.45%
B = 35.51%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAC3C9 (or 0xAAC3C9) is known color: Heather. HEX triplet: AA, C3 and C9. RGB value is (170,195,201). Sum of RGB (Red+Green+Blue) = 170+195+201=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAC3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3C9 is #553C36. Grayscale: #BCBCBC. Windows color (decimal): -5585975 or 13222826. OLE color: 13222826.

HSL color Cylindrical-coordinate representation of color #AAC3C9: hue angle of 191.61º 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 #AAC3C9 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 195 201 -
CMYK 0.15 0.03 0 0.21
HSL 191.61º 0.22% 0.73% -
HSV(B) 191.61º 0.15% 0.79% -
XYZ 46.64 51.79 62.8 -
YUV 188.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 170 195 201 0.15 0.03 0 0.21 191.61 0.22 0.73
Hex AA C3 C9 F 3 0 15 C0 16 49
Octal 252 303 311 17 3 0 25 300 26 111
Binary 10101010 11000011 11001001 1111 11 0 10101 11000000 10110 1001001

Color Harmonies of #AAC3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3C9

Black with #AAC3C9

Text Example


Text Example

White with #AAC3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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