#AEBFB8

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

Shades of Loblolly #AEBFB8

Tints of Loblolly #AEBFB8

Color information

#AEBFB8 (or 0xAEBFB8) is unknown color: approx Loblolly. HEX triplet: AE, BF and B8. RGB value is (174,191,184). Sum of RGB (Red+Green+Blue) = 174+191+184=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFB8 is #514047. Grayscale: #B9B9B9. Windows color (decimal): -5324872 or 12107694. OLE color: 12107694.

HSL color Cylindrical-coordinate representation of color #AEBFB8: hue angle of 155.29º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBFB8 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB174191184-
CMYK0.0900.040.25
HSL155.29º11.72%71.57%-
HSV(B)155.29º8.9%74.9%-
XYZ44.7449.7252.59-
YUV185.12127.37120.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 191 (75% from 255) = 34.79%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=31.69%
G=34.79%
B=33.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911840.0900.040.25155.2911.7271.57
HexAEBFB8904199bc48
Octal25627727011043123314110
Binary10101110101111111011100010010100110011001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFB8; }

 p { color: rgb(174,191,184); }

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

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

 a { background-color: rgb(174,191,184); }

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

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

 span { border-color: rgb(174,191,184); }

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