#AAB6AE

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

Shades of Loblolly #AAB6AE

Tints of Loblolly #AAB6AE

Color information

#AAB6AE (or 0xAAB6AE) is unknown color: approx Loblolly. HEX triplet: AA, B6 and AE. RGB value is (170,182,174). Sum of RGB (Red+Green+Blue) = 170+182+174=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6AE is #554951. Grayscale: #B1B1B1. Windows color (decimal): -5589330 or 11450026. OLE color: 11450026.

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

Color convert

RGB170182174-
CMYK0.0700.040.29
HSL140º7.59%69.02%-
HSV(B)140º6.59%71.37%-
XYZ40.9545.0646.58-
YUV177.5126.02122.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=32.32%
G=34.60%
B=33.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821740.0700.040.291407.5969.02
HexAAB6AE7041D8c845
Octal2522662567043521410105
Binary1010101010110110101011101110100111011000110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6AE; }

 p { color: rgb(170,182,174); }

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

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

 a { background-color: rgb(170,182,174); }

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

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

 span { border-color: rgb(170,182,174); }

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