#AAC5B7

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

Shades of Loblolly #AAC5B7

Tints of Loblolly #AAC5B7

Color information

#AAC5B7 (or 0xAAC5B7) is unknown color: approx Loblolly. HEX triplet: AA, C5 and B7. RGB value is (170,197,183). Sum of RGB (Red+Green+Blue) = 170+197+183=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5B7 is #553A48. Grayscale: #BBBBBB. Windows color (decimal): -5585481 or 12043690. OLE color: 12043690.

HSL color Cylindrical-coordinate representation of color #AAC5B7: hue angle of 148.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5B7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB170197183-
CMYK0.1400.070.23
HSL148.89º18.88%71.96%-
HSV(B)148.89º13.71%77.25%-
XYZ45.0951.952.44-
YUV187.33125.55115.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=30.91%
G=35.82%
B=33.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971830.1400.070.23148.8918.8871.96
HexAAC5B7E0717951348
Octal25230526716072722523110
Binary101010101100010110110111111001111011110010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5B7; }

 p { color: rgb(170,197,183); }

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

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

 a { background-color: rgb(170,197,183); }

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

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

 span { border-color: rgb(170,197,183); }

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