#AAC0C7

Color #AAC0C7 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AAC0C7

Tints of Heather #AAC0C7

Color information

#AAC0C7 (or 0xAAC0C7) is unknown color: approx Heather. HEX triplet: AA, C0 and C7. RGB value is (170,192,199). Sum of RGB (Red+Green+Blue) = 170+192+199=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAC0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0C7 is #553F38. Grayscale: #BABABA. Windows color (decimal): -5586745 or 13090986. OLE color: 13090986.

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

Color convert

RGB170192199-
CMYK0.150.0400.22
HSL194.48º20.57%72.35%-
HSV(B)194.48º14.57%78.04%-
XYZ45.7450.3761.34-
YUV186.22135.21116.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=30.30%
G=34.22%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701921990.150.0400.22194.4820.5772.35
HexAAC0C7F4016c21548
Octal25230030717402630225110
Binary101010101100000011000111111110001011011000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0C7; }

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

 H1.HeaderClassName
 {
   color: #AAC0C7;
 }
 .AnyTagClassName
 {
   color: #AAC0C7;
 }
</style>
background-color css

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

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

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

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

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

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