#AAC8BA

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

Shades of Loblolly #AAC8BA

Tints of Loblolly #AAC8BA

Color information

#AAC8BA (or 0xAAC8BA) is unknown color: approx Loblolly. HEX triplet: AA, C8 and BA. RGB value is (170,200,186). Sum of RGB (Red+Green+Blue) = 170+200+186=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8BA is #553745. Grayscale: #BDBDBD. Windows color (decimal): -5584710 or 12241066. OLE color: 12241066.

HSL color Cylindrical-coordinate representation of color #AAC8BA: hue angle of 152º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8BA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB170200186-
CMYK0.1500.070.22
HSL152º21.43%72.55%-
HSV(B)152º15%78.43%-
XYZ46.0953.454.33-
YUV189.43126.06114.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=30.58%
G=35.97%
B=33.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001860.1500.070.2215221.4372.55
HexAAC8BAF0716981549
Octal25231027217072623025111
Binary101010101100100010111010111101111011010011000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8BA; }

 p { color: rgb(170,200,186); }

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

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

 a { background-color: rgb(170,200,186); }

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

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

 span { border-color: rgb(170,200,186); }

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