Html Css Color HEX #AAC4CC Heather

📋 copy color: '#AAC4CC'

red 170 ◦ green 196 ◦ blue 204

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

Shades of Heather #AAC4CC

Tints of Heather #AAC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

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

R = 29.82%
G = 34.39%
B = 35.79%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAC4CC (or 0xAAC4CC) is known color: Heather. HEX triplet: AA, C4 and CC. RGB value is (170,196,204). Sum of RGB (Red+Green+Blue) = 170+196+204=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4CC is #553B33. Grayscale: #BDBDBD. Windows color (decimal): -5585716 or 13419690. OLE color: 13419690.

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

Color convert

RGB 170 196 204 -
CMYK 0.17 0.04 0 0.2
HSL 194.12º 0.25% 0.73% -
HSV(B) 194.12º 0.17% 0.8% -
XYZ 47.22 52.39 64.75 -
YUV 189.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 170 196 204 0.17 0.04 0 0.2 194.12 0.25 0.73
Hex AA C4 CC 11 4 0 14 C2 19 49
Octal 252 304 314 21 4 0 24 302 31 111
Binary 10101010 11000100 11001100 10001 100 0 10100 11000010 11001 1001001

Color Harmonies of #AAC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4CC

Black with #AAC4CC

Text Example


Text Example

White with #AAC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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