#AABFB5

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

Shades of Loblolly #AABFB5

Tints of Loblolly #AABFB5

Color information

#AABFB5 (or 0xAABFB5) is unknown color: approx Loblolly. HEX triplet: AA, BF and B5. RGB value is (170,191,181). Sum of RGB (Red+Green+Blue) = 170+191+181=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB5 is #55404A. Grayscale: #B7B7B7. Windows color (decimal): -5587019 or 11911082. OLE color: 11911082.

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

Color convert

RGB170191181-
CMYK0.1100.050.25
HSL151.43º14.09%70.78%-
HSV(B)151.43º10.99%74.9%-
XYZ43.5549.1450.91-
YUV183.58126.54118.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=31.37%
G=35.24%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911810.1100.050.25151.4314.0970.78
HexAABFB5B051997e47
Octal25227726513053122716107
Binary10101010101111111011010110110101110011001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB5; }

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

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

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

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

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

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

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

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