Html Css Color HEX #AAB7BE Heather

📋 copy color: '#AAB7BE'

red 170 ◦ green 183 ◦ blue 190

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

Shades of Heather #AAB7BE

Tints of Heather #AAB7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 31.31%
G = 33.7%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAB7BE (or 0xAAB7BE) is known color: Heather. HEX triplet: AA, B7 and BE. RGB value is (170,183,190). Sum of RGB (Red+Green+Blue) = 170+183+190=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BE is #554841. Grayscale: #B3B3B3. Windows color (decimal): -5589058 or 12498858. OLE color: 12498858.

HSL color Cylindrical-coordinate representation of color #AAB7BE: hue angle of 201º degrees, saturation: 0.13, 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 #AAB7BE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 183 190 -
CMYK 0.11 0.04 0 0.25
HSL 201º 0.13% 0.71% -
HSV(B) 201º 0.11% 0.75% -
XYZ 42.81 46.13 55.36 -
YUV 179.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 170 183 190 0.11 0.04 0 0.25 201 0.13 0.71
Hex AA B7 BE B 4 0 19 C9 D 47
Octal 252 267 276 13 4 0 31 311 15 107
Binary 10101010 10110111 10111110 1011 100 0 11001 11001001 1101 1000111

Color Harmonies of #AAB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7BE

Black with #AAB7BE

Text Example


Text Example

White with #AAB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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