Html Css Color HEX #AAB6C3 Heather

📋 copy color: '#AAB6C3'

red 170 ◦ green 182 ◦ blue 195

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

Shades of Heather #AAB6C3

Tints of Heather #AAB6C3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 31.08%
G = 33.27%
B = 35.65%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB6C3 (or 0xAAB6C3) is known color: Heather. HEX triplet: AA, B6 and C3. RGB value is (170,182,195). Sum of RGB (Red+Green+Blue) = 170+182+195=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6C3 is #55493C. Grayscale: #B3B3B3. Windows color (decimal): -5589309 or 12826282. OLE color: 12826282.

HSL color Cylindrical-coordinate representation of color #AAB6C3: hue angle of 211.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB6C3 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 182 195 -
CMYK 0.13 0.07 0 0.24
HSL 211.2º 0.17% 0.72% -
HSV(B) 211.2º 0.13% 0.76% -
XYZ 43.16 45.94 58.22 -
YUV 179.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 170 182 195 0.13 0.07 0 0.24 211.2 0.17 0.72
Hex AA B6 C3 D 7 0 18 D3 11 48
Octal 252 266 303 15 7 0 30 323 21 110
Binary 10101010 10110110 11000011 1101 111 0 11000 11010011 10001 1001000

Color Harmonies of #AAB6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6C3

Black with #AAB6C3

Text Example


Text Example

White with #AAB6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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