#AABBB2

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

Shades of Loblolly #AABBB2

Tints of Loblolly #AABBB2

Color information

#AABBB2 (or 0xAABBB2) is unknown color: approx Loblolly. HEX triplet: AA, BB and B2. RGB value is (170,187,178). Sum of RGB (Red+Green+Blue) = 170+187+178=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB2 is #55444D. Grayscale: #B4B4B4. Windows color (decimal): -5588046 or 11713450. OLE color: 11713450.

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

Color convert

RGB170187178-
CMYK0.0900.050.27
HSL148.24º11.11%70%-
HSV(B)148.24º9.09%73.33%-
XYZ42.3847.349.02-
YUV180.89126.37120.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=31.78%
G=34.95%
B=33.27%

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
Decimal1701871780.0900.050.27148.2411.1170
HexAABBB29051B94b46
Octal25227326211053322413106
Binary10101010101110111011001010010101110111001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB2; }

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

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

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

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

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

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

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

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