Html Css Color HEX #AAC1C9 Heather

📋 copy color: '#AAC1C9'

red 170 ◦ green 193 ◦ blue 201

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

Shades of Heather #AAC1C9

Tints of Heather #AAC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

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

R = 30.14%
G = 34.22%
B = 35.64%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAC1C9 (or 0xAAC1C9) is known color: Heather. HEX triplet: AA, C1 and C9. RGB value is (170,193,201). Sum of RGB (Red+Green+Blue) = 170+193+201=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAC1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1C9 is #553E36. Grayscale: #BABABA. Windows color (decimal): -5586487 or 13222314. OLE color: 13222314.

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

Color convert

RGB 170 193 201 -
CMYK 0.15 0.04 0 0.21
HSL 195.48º 0.22% 0.73% -
HSV(B) 195.48º 0.15% 0.79% -
XYZ 46.19 50.9 62.65 -
YUV 187.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 170 193 201 0.15 0.04 0 0.21 195.48 0.22 0.73
Hex AA C1 C9 F 4 0 15 C3 16 49
Octal 252 301 311 17 4 0 25 303 26 111
Binary 10101010 11000001 11001001 1111 100 0 10101 11000011 10110 1001001

Color Harmonies of #AAC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1C9

Black with #AAC1C9

Text Example


Text Example

White with #AAC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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