#AEB4B0

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

Shades of Loblolly #AEB4B0

Tints of Loblolly #AEB4B0

Color information

#AEB4B0 (or 0xAEB4B0) is unknown color: approx Loblolly. HEX triplet: AE, B4 and B0. RGB value is (174,180,176). Sum of RGB (Red+Green+Blue) = 174+180+176=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4B0 is #514B4F. Grayscale: #B1B1B1. Windows color (decimal): -5327696 or 11580590. OLE color: 11580590.

HSL color Cylindrical-coordinate representation of color #AEB4B0: hue angle of 140º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEB4B0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB174180176-
CMYK0.0300.020.29
HSL140º3.85%69.41%-
HSV(B)140º3.33%70.59%-
XYZ41.6144.7847.52-
YUV177.75127.01125.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=32.83%
G=33.96%
B=33.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801760.0300.020.291403.8569.41
HexAEB4B03021D8c445
Octal256264260302352144105
Binary1010111010110100101100001101011101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B0; }

 p { color: rgb(174,180,176); }

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

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

 a { background-color: rgb(174,180,176); }

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

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

 span { border-color: rgb(174,180,176); }

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