#AAB8B0

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

Shades of Loblolly #AAB8B0

Tints of Loblolly #AAB8B0

Color information

#AAB8B0 (or 0xAAB8B0) is unknown color: approx Loblolly. HEX triplet: AA, B8 and B0. RGB value is (170,184,176). Sum of RGB (Red+Green+Blue) = 170+184+176=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8B0 is #55474F. Grayscale: #B2B2B2. Windows color (decimal): -5588816 or 11581610. OLE color: 11581610.

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

Color convert

RGB170184176-
CMYK0.0800.040.28
HSL145.71º8.97%69.41%-
HSV(B)145.71º7.61%72.16%-
XYZ41.5545.9647.76-
YUV178.9126.36121.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=32.08%
G=34.72%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841760.0800.040.28145.718.9769.41
HexAAB8B08041C92945
Octal25227026010043422211105
Binary10101010101110001011000010000100111001001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8B0; }

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

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

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

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

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

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

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

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