#AAB1B7

Color #AAB1B7 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AAB1B7

Tints of Heather #AAB1B7

Color information

#AAB1B7 (or 0xAAB1B7) is unknown color: approx Heather. HEX triplet: AA, B1 and B7. RGB value is (170,177,183). Sum of RGB (Red+Green+Blue) = 170+177+183=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAB1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1B7 is #554E48. Grayscale: #AFAFAF. Windows color (decimal): -5590601 or 12038570. OLE color: 12038570.

HSL color Cylindrical-coordinate representation of color #AAB1B7: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB1B7 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170177183-
CMYK0.070.0300.28
HSL207.69º8.28%69.22%-
HSV(B)207.69º7.1%71.76%-
XYZ40.8543.4151.03-
YUV175.59132.18124.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=32.08%
G=33.40%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701771830.070.0300.28207.698.2869.22
HexAAB1B77301Cd0845
Octal2522612677303432010105
Binary101010101011000110110111111110111001101000010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1B7; }

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

 H1.HeaderClassName
 {
   color: #AAB1B7;
 }
 .AnyTagClassName
 {
   color: #AAB1B7;
 }
</style>
background-color css

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

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

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

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

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

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