#AAB5AE

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

Shades of Loblolly #AAB5AE

Tints of Loblolly #AAB5AE

Color information

#AAB5AE (or 0xAAB5AE) is unknown color: approx Loblolly. HEX triplet: AA, B5 and AE. RGB value is (170,181,174). Sum of RGB (Red+Green+Blue) = 170+181+174=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AE is #554A51. Grayscale: #B0B0B0. Windows color (decimal): -5589586 or 11449770. OLE color: 11449770.

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

Color convert

RGB170181174-
CMYK0.0600.040.29
HSL141.82º6.92%68.82%-
HSV(B)141.82º6.08%70.98%-
XYZ40.7444.6546.52-
YUV176.91126.36123.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=32.38%
G=34.48%
B=33.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811740.0600.040.29141.826.9268.82
HexAAB5AE6041D8e745
Octal252265256604352167105
Binary101010101011010110101110110010011101100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5AE; }

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

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

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

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

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

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

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

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