#AAB7AF

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

Shades of Loblolly #AAB7AF

Tints of Loblolly #AAB7AF

Color information

#AAB7AF (or 0xAAB7AF) is unknown color: approx Loblolly. HEX triplet: AA, B7 and AF. RGB value is (170,183,175). Sum of RGB (Red+Green+Blue) = 170+183+175=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AF is #554850. Grayscale: #B2B2B2. Windows color (decimal): -5589073 or 11515818. OLE color: 11515818.

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

Color convert

RGB170183175-
CMYK0.0700.040.28
HSL143.08º8.28%69.22%-
HSV(B)143.08º7.1%71.76%-
XYZ41.2545.5147.17-
YUV178.2126.19122.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=32.20%
G=34.66%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831750.0700.040.28143.088.2869.22
HexAAB7AF7041C8f845
Octal2522672577043421710105
Binary1010101010110111101011111110100111001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7AF; }

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

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

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

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

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

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

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

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