Html Css Color HEX #AAC3CA Heather

📋 copy color: '#AAC3CA'

red 170 ◦ green 195 ◦ blue 202

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

Shades of Heather #AAC3CA

Tints of Heather #AAC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.39%

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 29.98%
G = 34.39%
B = 35.63%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAC3CA (or 0xAAC3CA) is known color: Heather. HEX triplet: AA, C3 and CA. RGB value is (170,195,202). Sum of RGB (Red+Green+Blue) = 170+195+202=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3CA is #553C35. Grayscale: #BCBCBC. Windows color (decimal): -5585974 or 13288362. OLE color: 13288362.

HSL color Cylindrical-coordinate representation of color #AAC3CA: hue angle of 193.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC3CA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 195 202 -
CMYK 0.16 0.03 0 0.21
HSL 193.13º 0.23% 0.73% -
HSV(B) 193.13º 0.16% 0.79% -
XYZ 46.75 51.84 63.42 -
YUV 188.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 170 195 202 0.16 0.03 0 0.21 193.13 0.23 0.73
Hex AA C3 CA 10 3 0 15 C1 17 49
Octal 252 303 312 20 3 0 25 301 27 111
Binary 10101010 11000011 11001010 10000 11 0 10101 11000001 10111 1001001

Color Harmonies of #AAC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3CA

Black with #AAC3CA

Text Example


Text Example

White with #AAC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3CA; }

 p { color: rgb(170,195,202); }

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

background-color css

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

 a { background-color: rgb(170,195,202); }

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

border-color css

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

 span { border-color: rgb(170,195,202); }

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