#AAB9B1

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

Shades of Loblolly #AAB9B1

Tints of Loblolly #AAB9B1

Color information

#AAB9B1 (or 0xAAB9B1) is unknown color: approx Loblolly. HEX triplet: AA, B9 and B1. RGB value is (170,185,177). Sum of RGB (Red+Green+Blue) = 170+185+177=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9B1 is #55464E. Grayscale: #B3B3B3. Windows color (decimal): -5588559 or 11647402. OLE color: 11647402.

HSL color Cylindrical-coordinate representation of color #AAB9B1: hue angle of 148º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB170185177-
CMYK0.0800.040.27
HSL148º9.68%69.61%-
HSV(B)148º8.11%72.55%-
XYZ41.8646.4248.35-
YUV179.6126.53121.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=31.95%
G=34.77%
B=33.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851770.0800.040.271489.6869.61
HexAAB9B18041B94a46
Octal25227126110043322412106
Binary10101010101110011011000110000100110111001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9B1; }

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

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

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

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

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

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

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

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