#AEBBB4

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

Shades of Loblolly #AEBBB4

Tints of Loblolly #AEBBB4

Color information

#AEBBB4 (or 0xAEBBB4) is unknown color: approx Loblolly. HEX triplet: AE, BB and B4. RGB value is (174,187,180). Sum of RGB (Red+Green+Blue) = 174+187+180=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBB4 is #51444B. Grayscale: #B6B6B6. Windows color (decimal): -5325900 or 11844526. OLE color: 11844526.

HSL color Cylindrical-coordinate representation of color #AEBBB4: hue angle of 147.69º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBBB4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB174187180-
CMYK0.0700.040.27
HSL147.69º8.72%70.78%-
HSV(B)147.69º6.95%73.33%-
XYZ43.4647.8350.12-
YUV182.32126.69122.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=32.16%
G=34.57%
B=33.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871800.0700.040.27147.698.7270.78
HexAEBBB47041B94947
Octal2562732647043322411107
Binary1010111010111011101101001110100110111001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBB4; }

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

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

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

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

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

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

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

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