#AABBB0

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

Shades of Loblolly #AABBB0

Tints of Loblolly #AABBB0

Color information

#AABBB0 (or 0xAABBB0) is unknown color: approx Loblolly. HEX triplet: AA, BB and B0. RGB value is (170,187,176). Sum of RGB (Red+Green+Blue) = 170+187+176=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB0 is #55444F. Grayscale: #B4B4B4. Windows color (decimal): -5588048 or 11582378. OLE color: 11582378.

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

Color convert

RGB170187176-
CMYK0.0900.060.27
HSL141.18º11.11%70%-
HSV(B)141.18º9.09%73.33%-
XYZ42.1847.2247.97-
YUV180.66125.37120.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=31.89%
G=35.08%
B=33.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871760.0900.060.27141.1811.1170
HexAABBB09061B8db46
Octal25227326011063321513106
Binary10101010101110111011000010010110110111000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB0; }

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

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

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

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

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

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

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

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