#AEC1B6

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

Shades of Loblolly #AEC1B6

Tints of Loblolly #AEC1B6

Color information

#AEC1B6 (or 0xAEC1B6) is unknown color: approx Loblolly. HEX triplet: AE, C1 and B6. RGB value is (174,193,182). Sum of RGB (Red+Green+Blue) = 174+193+182=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1B6 is #513E49. Grayscale: #BABABA. Windows color (decimal): -5324362 or 11977134. OLE color: 11977134.

HSL color Cylindrical-coordinate representation of color #AEC1B6: hue angle of 145.26º degrees, saturation: 0.13, 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 #AEC1B6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB174193182-
CMYK0.1000.060.24
HSL145.26º13.29%71.96%-
HSV(B)145.26º9.84%75.69%-
XYZ44.9750.5251.64-
YUV186.06125.71119.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=31.69%
G=35.15%
B=33.15%

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
Decimal1741931820.1000.060.24145.2613.2971.96
HexAEC1B6A061891d48
Octal25630126612063022115110
Binary10101110110000011011011010100110110001001000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1B6; }

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

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

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

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

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

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

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

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