#AAC3B6

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

Shades of Loblolly #AAC3B6

Tints of Loblolly #AAC3B6

Color information

#AAC3B6 (or 0xAAC3B6) is unknown color: approx Loblolly. HEX triplet: AA, C3 and B6. RGB value is (170,195,182). Sum of RGB (Red+Green+Blue) = 170+195+182=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3B6 is #553C49. Grayscale: #BABABA. Windows color (decimal): -5585994 or 11977642. OLE color: 11977642.

HSL color Cylindrical-coordinate representation of color #AAC3B6: hue angle of 148.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3B6 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB170195182-
CMYK0.1300.070.24
HSL148.8º17.24%71.57%-
HSV(B)148.8º12.82%76.47%-
XYZ44.5450.9551.74-
YUV186.04125.72116.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=31.08%
G=35.65%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951820.1300.070.24148.817.2471.57
HexAAC3B6D0718951148
Octal25230326615073022521110
Binary101010101100001110110110110101111100010010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3B6; }

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

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

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

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

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

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

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

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