#AEC3BA

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

Shades of Loblolly #AEC3BA

Tints of Loblolly #AEC3BA

Color information

#AEC3BA (or 0xAEC3BA) is unknown color: approx Loblolly. HEX triplet: AE, C3 and BA. RGB value is (174,195,186). Sum of RGB (Red+Green+Blue) = 174+195+186=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3BA is #513C45. Grayscale: #BBBBBB. Windows color (decimal): -5323846 or 12239790. OLE color: 12239790.

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

Color convert

RGB174195186-
CMYK0.1100.050.24
HSL154.29º14.89%72.35%-
HSV(B)154.29º10.77%76.47%-
XYZ45.8351.5753.99-
YUV187.7127.04118.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=31.35%
G=35.14%
B=33.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951860.1100.050.24154.2914.8972.35
HexAEC3BAB05189af48
Octal25630327213053023217110
Binary10101110110000111011101010110101110001001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3BA; }

 p { color: rgb(174,195,186); }

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

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

 a { background-color: rgb(174,195,186); }

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

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

 span { border-color: rgb(174,195,186); }

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