#AAB8C8

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

Shades of Heather #AAB8C8

Tints of Heather #AAB8C8

Color information

#AAB8C8 (or 0xAAB8C8) is unknown color: approx Heather. HEX triplet: AA, B8 and C8. RGB value is (170,184,200). Sum of RGB (Red+Green+Blue) = 170+184+200=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAB8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C8 is #554737. Grayscale: #B5B5B5. Windows color (decimal): -5588792 or 13154474. OLE color: 13154474.

HSL color Cylindrical-coordinate representation of color #AAB8C8: hue angle of 212º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB8C8 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170184200-
CMYK0.150.0800.22
HSL212º21.43%72.55%-
HSV(B)212º15%78.43%-
XYZ44.144761.39-
YUV181.64138.36119.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=30.69%
G=33.21%
B=36.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701842000.150.0800.2221221.4372.55
HexAAB8C8F8016d41549
Octal252270310171002632425111
Binary1010101010111000110010001111100001011011010100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8C8; }

 p { color: rgb(170,184,200); }

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

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

 a { background-color: rgb(170,184,200); }

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

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

 span { border-color: rgb(170,184,200); }

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