#AAB9AF

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

Shades of Loblolly #AAB9AF

Tints of Loblolly #AAB9AF

Color information

#AAB9AF (or 0xAAB9AF) is unknown color: approx Loblolly. HEX triplet: AA, B9 and AF. RGB value is (170,185,175). Sum of RGB (Red+Green+Blue) = 170+185+175=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AF is #554650. Grayscale: #B3B3B3. Windows color (decimal): -5588561 or 11516330. OLE color: 11516330.

HSL color Cylindrical-coordinate representation of color #AAB9AF: hue angle of 140º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9AF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB170185175-
CMYK0.0800.050.27
HSL140º9.68%69.61%-
HSV(B)140º8.11%72.55%-
XYZ41.6646.3447.31-
YUV179.38125.53121.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=32.08%
G=34.91%
B=33.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851750.0800.050.271409.6869.61
HexAAB9AF8051B8ca46
Octal25227125710053321412106
Binary10101010101110011010111110000101110111000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9AF; }

 p { color: rgb(170,185,175); }

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

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

 a { background-color: rgb(170,185,175); }

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

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

 span { border-color: rgb(170,185,175); }

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