#AEC4B9

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

Shades of Loblolly #AEC4B9

Tints of Loblolly #AEC4B9

Color information

#AEC4B9 (or 0xAEC4B9) is unknown color: approx Loblolly. HEX triplet: AE, C4 and B9. RGB value is (174,196,185). Sum of RGB (Red+Green+Blue) = 174+196+185=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4B9 is #513B46. Grayscale: #BCBCBC. Windows color (decimal): -5323591 or 12174510. OLE color: 12174510.

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

Color convert

RGB174196185-
CMYK0.1100.060.23
HSL150º15.71%72.55%-
HSV(B)150º11.22%76.86%-
XYZ45.9551.9853.51-
YUV188.17126.21117.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=31.35%
G=35.32%
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.23
SystemRedGreenBlueCMYKHSL
Decimal1741961850.1100.060.2315015.7172.55
HexAEC4B9B0617961049
Octal25630427113062722620111
Binary101011101100010010111001101101101011110010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4B9; }

 p { color: rgb(174,196,185); }

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

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

 a { background-color: rgb(174,196,185); }

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

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

 span { border-color: rgb(174,196,185); }

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