Html Css Color HEX #AAB7C0 Heather

📋 copy color: '#AAB7C0'

red 170 ◦ green 183 ◦ blue 192

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

Shades of Heather #AAB7C0

Tints of Heather #AAB7C0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.58%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 31.19%
G = 33.58%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAB7C0 (or 0xAAB7C0) is known color: Heather. HEX triplet: AA, B7 and C0. RGB value is (170,183,192). Sum of RGB (Red+Green+Blue) = 170+183+192=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7C0 is #55483F. Grayscale: #B4B4B4. Windows color (decimal): -5589056 or 12629930. OLE color: 12629930.

HSL color Cylindrical-coordinate representation of color #AAB7C0: hue angle of 204.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB7C0 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 183 192 -
CMYK 0.11 0.05 0 0.25
HSL 204.55º 0.15% 0.71% -
HSV(B) 204.55º 0.11% 0.75% -
XYZ 43.03 46.22 56.52 -
YUV 180.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 170 183 192 0.11 0.05 0 0.25 204.55 0.15 0.71
Hex AA B7 C0 B 5 0 19 CD F 47
Octal 252 267 300 13 5 0 31 315 17 107
Binary 10101010 10110111 11000000 1011 101 0 11001 11001101 1111 1000111

Color Harmonies of #AAB7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7C0

Black with #AAB7C0

Text Example


Text Example

White with #AAB7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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