#AAC6B6

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

Shades of Loblolly #AAC6B6

Tints of Loblolly #AAC6B6

Color information

#AAC6B6 (or 0xAAC6B6) is unknown color: approx Loblolly. HEX triplet: AA, C6 and B6. RGB value is (170,198,182). Sum of RGB (Red+Green+Blue) = 170+198+182=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6B6 is #553949. Grayscale: #BBBBBB. Windows color (decimal): -5585226 or 11978410. OLE color: 11978410.

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

Color convert

RGB170198182-
CMYK0.1400.080.22
HSL145.71º19.72%72.16%-
HSV(B)145.71º14.14%77.65%-
XYZ45.2252.3151.97-
YUV187.8124.72115.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 198 (77.73% from 255) = 36%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=30.91%
G=36%
B=33.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981820.1400.080.22145.7119.7272.16
HexAAC6B6E0816921448
Octal252306266160102622224110
Binary1010101011000110101101101110010001011010010010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6B6; }

 p { color: rgb(170,198,182); }

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

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

 a { background-color: rgb(170,198,182); }

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

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

 span { border-color: rgb(170,198,182); }

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