Html Css Color HEX #AAC0C7 Heather

📋 copy color: '#AAC0C7'

red 170 ◦ green 192 ◦ blue 199

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

Shades of Heather #AAC0C7

Tints of Heather #AAC0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 30.3%
G = 34.22%
B = 35.47%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAC0C7 (or 0xAAC0C7) is known color: 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

RGB 170 192 199 -
CMYK 0.15 0.04 0 0.22
HSL 194.48º 0.21% 0.72% -
HSV(B) 194.48º 0.15% 0.78% -
XYZ 45.74 50.37 61.34 -
YUV 186.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 170 192 199 0.15 0.04 0 0.22 194.48 0.21 0.72
Hex AA C0 C7 F 4 0 16 C2 15 48
Octal 252 300 307 17 4 0 26 302 25 110
Binary 10101010 11000000 11000111 1111 100 0 10110 11000010 10101 1001000

Color Harmonies of #AAC0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC0C7

Black with #AAC0C7

Text Example


Text Example

White with #AAC0C7

Text Example


Text Example

HTML Codes & Css Web 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>