#AAB0AC

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

Shades of Loblolly #AAB0AC

Tints of Loblolly #AAB0AC

Color information

#AAB0AC (or 0xAAB0AC) is unknown color: approx Loblolly. HEX triplet: AA, B0 and AC. RGB value is (170,176,172). Sum of RGB (Red+Green+Blue) = 170+176+172=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AC is #554F53. Grayscale: #ADADAD. Windows color (decimal): -5590868 or 11317418. OLE color: 11317418.

HSL color Cylindrical-coordinate representation of color #AAB0AC: hue angle of 140º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAB0AC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB170176172-
CMYK0.0300.020.31
HSL140º3.66%67.84%-
HSV(B)140º3.41%69.02%-
XYZ39.5542.5845.16-
YUV173.75127.01125.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=32.82%
G=33.98%
B=33.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761720.0300.020.311403.6667.84
HexAAB0AC3021F8c444
Octal252260254302372144104
Binary1010101010110000101011001101011111100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0AC; }

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

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

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

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

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

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

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

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