#AEBFB5

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

Shades of Loblolly #AEBFB5

Tints of Loblolly #AEBFB5

Color information

#AEBFB5 (or 0xAEBFB5) is unknown color: approx Loblolly. HEX triplet: AE, BF and B5. RGB value is (174,191,181). Sum of RGB (Red+Green+Blue) = 174+191+181=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFB5 is #51404A. Grayscale: #B8B8B8. Windows color (decimal): -5324875 or 11911086. OLE color: 11911086.

HSL color Cylindrical-coordinate representation of color #AEBFB5: hue angle of 144.71º 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 #AEBFB5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB174191181-
CMYK0.0900.050.25
HSL144.71º11.72%71.57%-
HSV(B)144.71º8.9%74.9%-
XYZ44.4349.650.95-
YUV184.78125.87120.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=31.87%
G=34.98%
B=33.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911810.0900.050.25144.7111.7271.57
HexAEBFB59051991c48
Octal25627726511053122114110
Binary10101110101111111011010110010101110011001000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFB5; }

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

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

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

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

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

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

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

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