#AAC0B5

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

Shades of Loblolly #AAC0B5

Tints of Loblolly #AAC0B5

Color information

#AAC0B5 (or 0xAAC0B5) is unknown color: approx Loblolly. HEX triplet: AA, C0 and B5. RGB value is (170,192,181). Sum of RGB (Red+Green+Blue) = 170+192+181=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0B5 is #553F4A. Grayscale: #B8B8B8. Windows color (decimal): -5586763 or 11911338. OLE color: 11911338.

HSL color Cylindrical-coordinate representation of color #AAC0B5: hue angle of 150º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0B5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB170192181-
CMYK0.1100.060.25
HSL150º14.86%70.98%-
HSV(B)150º11.46%75.29%-
XYZ43.7749.5850.98-
YUV184.17126.21117.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=31.31%
G=35.36%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921810.1100.060.2515014.8670.98
HexAAC0B5B061996f47
Octal25230026513063122617107
Binary10101010110000001011010110110110110011001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0B5; }

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

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

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

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

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

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

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

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