#AABBB1

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

Shades of Loblolly #AABBB1

Tints of Loblolly #AABBB1

Color information

#AABBB1 (or 0xAABBB1) is unknown color: approx Loblolly. HEX triplet: AA, BB and B1. RGB value is (170,187,177). Sum of RGB (Red+Green+Blue) = 170+187+177=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB1 is #55444E. Grayscale: #B4B4B4. Windows color (decimal): -5588047 or 11647914. OLE color: 11647914.

HSL color Cylindrical-coordinate representation of color #AABBB1: hue angle of 144.71º degrees, saturation: 0.11, 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 #AABBB1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB170187177-
CMYK0.0900.050.27
HSL144.71º11.11%70%-
HSV(B)144.71º9.09%73.33%-
XYZ42.2847.2648.49-
YUV180.78125.87120.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=31.84%
G=35.02%
B=33.15%

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
Decimal1701871770.0900.050.27144.7111.1170
HexAABBB19051B91b46
Octal25227326111053322113106
Binary10101010101110111011000110010101110111001000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB1; }

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

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

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

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

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

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

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

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