#AEBFB7

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

Shades of Loblolly #AEBFB7

Tints of Loblolly #AEBFB7

Color information

#AEBFB7 (or 0xAEBFB7) is unknown color: approx Loblolly. HEX triplet: AE, BF and B7. RGB value is (174,191,183). Sum of RGB (Red+Green+Blue) = 174+191+183=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFB7 is #514048. Grayscale: #B9B9B9. Windows color (decimal): -5324873 or 12042158. OLE color: 12042158.

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

Color convert

RGB174191183-
CMYK0.0900.040.25
HSL151.76º11.72%71.57%-
HSV(B)151.76º8.9%74.9%-
XYZ44.6349.6852.04-
YUV185126.87120.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=31.75%
G=34.85%
B=33.39%

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
Decimal1741911830.0900.040.25151.7611.7271.57
HexAEBFB79041998c48
Octal25627726711043123014110
Binary10101110101111111011011110010100110011001100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFB7; }

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

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

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

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

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

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

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

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