#AABFB2

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

Shades of Loblolly #AABFB2

Tints of Loblolly #AABFB2

Color information

#AABFB2 (or 0xAABFB2) is unknown color: approx Loblolly. HEX triplet: AA, BF and B2. RGB value is (170,191,178). Sum of RGB (Red+Green+Blue) = 170+191+178=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFB2 is #55404D. Grayscale: #B7B7B7. Windows color (decimal): -5587022 or 11714474. OLE color: 11714474.

HSL color Cylindrical-coordinate representation of color #AABFB2: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB170191178-
CMYK0.1100.070.25
HSL142.86º14.09%70.78%-
HSV(B)142.86º10.99%74.9%-
XYZ43.2449.0249.3-
YUV183.24125.04118.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=31.54%
G=35.44%
B=33.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911780.1100.070.25142.8614.0970.78
HexAABFB2B07198fe47
Octal25227726213073121716107
Binary10101010101111111011001010110111110011000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB2; }

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

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

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

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

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

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

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

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