#AABAB1

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

Shades of Loblolly #AABAB1

Tints of Loblolly #AABAB1

Color information

#AABAB1 (or 0xAABAB1) is unknown color: approx Loblolly. HEX triplet: AA, BA and B1. RGB value is (170,186,177). Sum of RGB (Red+Green+Blue) = 170+186+177=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAB1 is #55454E. Grayscale: #B4B4B4. Windows color (decimal): -5588303 or 11647658. OLE color: 11647658.

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

Color convert

RGB170186177-
CMYK0.0900.050.27
HSL146.25º10.39%69.8%-
HSV(B)146.25º8.6%72.94%-
XYZ42.0746.8448.42-
YUV180.19126.2120.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=31.89%
G=34.90%
B=33.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861770.0900.050.27146.2510.3969.8
HexAABAB19051B92a46
Octal25227226111053322212106
Binary10101010101110101011000110010101110111001001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAB1; }

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

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

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

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

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

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

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

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