#AABFB4

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

Shades of Loblolly #AABFB4

Tints of Loblolly #AABFB4

Color information

#AABFB4 (or 0xAABFB4) is unknown color: approx Loblolly. HEX triplet: AA, BF and B4. RGB value is (170,191,180). Sum of RGB (Red+Green+Blue) = 170+191+180=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB4 is #55404B. Grayscale: #B7B7B7. Windows color (decimal): -5587020 or 11845546. OLE color: 11845546.

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

Color convert

RGB170191180-
CMYK0.1100.060.25
HSL148.57º14.09%70.78%-
HSV(B)148.57º10.99%74.9%-
XYZ43.4549.150.37-
YUV183.47126.04118.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=31.42%
G=35.30%
B=33.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911800.1100.060.25148.5714.0970.78
HexAABFB4B061995e47
Octal25227726413063122516107
Binary10101010101111111011010010110110110011001010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB4; }

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

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

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

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

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

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

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

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