#AEC2B6

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

Shades of Loblolly #AEC2B6

Tints of Loblolly #AEC2B6

Color information

#AEC2B6 (or 0xAEC2B6) is unknown color: approx Loblolly. HEX triplet: AE, C2 and B6. RGB value is (174,194,182). Sum of RGB (Red+Green+Blue) = 174+194+182=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2B6 is #513D49. Grayscale: #BABABA. Windows color (decimal): -5324106 or 11977390. OLE color: 11977390.

HSL color Cylindrical-coordinate representation of color #AEC2B6: hue angle of 144º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2B6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB174194182-
CMYK0.1000.060.24
HSL144º14.08%72.16%-
HSV(B)144º10.31%76.08%-
XYZ45.1950.9651.71-
YUV186.65125.37118.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=31.64%
G=35.27%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941820.1000.060.2414414.0872.16
HexAEC2B6A061890e48
Octal25630226612063022016110
Binary10101110110000101011011010100110110001001000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2B6; }

 p { color: rgb(174,194,182); }

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

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

 a { background-color: rgb(174,194,182); }

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

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

 span { border-color: rgb(174,194,182); }

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