#AAB7C1

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

Shades of Heather #AAB7C1

Tints of Heather #AAB7C1

Color information

#AAB7C1 (or 0xAAB7C1) is unknown color: approx Heather. HEX triplet: AA, B7 and C1. RGB value is (170,183,193). Sum of RGB (Red+Green+Blue) = 170+183+193=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7C1 is #55483E. Grayscale: #B4B4B4. Windows color (decimal): -5589055 or 12695466. OLE color: 12695466.

HSL color Cylindrical-coordinate representation of color #AAB7C1: hue angle of 206.09º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB7C1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170183193-
CMYK0.120.0500.24
HSL206.09º15.65%71.18%-
HSV(B)206.09º11.92%75.69%-
XYZ43.1446.2657.11-
YUV180.25135.19120.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=31.14%
G=33.52%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701831930.120.0500.24206.0915.6571.18
HexAAB7C1C5018ce1047
Octal25226730114503031620107
Binary101010101011011111000001110010101100011001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7C1; }

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

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

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

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

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

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

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

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