Html Css Color HEX #AAC0CC Heather

📋 copy color: '#AAC0CC'

red 170 ◦ green 192 ◦ blue 204

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

Shades of Heather #AAC0CC

Tints of Heather #AAC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.92%

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 30.04%
G = 33.92%
B = 36.04%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAC0CC (or 0xAAC0CC) is known color: Heather. HEX triplet: AA, C0 and CC. RGB value is (170,192,204). Sum of RGB (Red+Green+Blue) = 170+192+204=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CC is #553F33. Grayscale: #BABABA. Windows color (decimal): -5586740 or 13418666. OLE color: 13418666.

HSL color Cylindrical-coordinate representation of color #AAC0CC: hue angle of 201.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC0CC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 192 204 -
CMYK 0.17 0.06 0 0.2
HSL 201.18º 0.25% 0.73% -
HSV(B) 201.18º 0.17% 0.8% -
XYZ 46.33 50.6 64.45 -
YUV 186.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 170 192 204 0.17 0.06 0 0.2 201.18 0.25 0.73
Hex AA C0 CC 11 6 0 14 C9 19 49
Octal 252 300 314 21 6 0 24 311 31 111
Binary 10101010 11000000 11001100 10001 110 0 10100 11001001 11001 1001001

Color Harmonies of #AAC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0CC

Black with #AAC0CC

Text Example


Text Example

White with #AAC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC0CC; }

 p { color: rgb(170,192,204); }

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

background-color css

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

 a { background-color: rgb(170,192,204); }

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

border-color css

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

 span { border-color: rgb(170,192,204); }

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