#AEBFB6

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

Shades of Loblolly #AEBFB6

Tints of Loblolly #AEBFB6

Color information

#AEBFB6 (or 0xAEBFB6) is unknown color: approx Loblolly. HEX triplet: AE, BF and B6. RGB value is (174,191,182). Sum of RGB (Red+Green+Blue) = 174+191+182=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFB6 is #514049. Grayscale: #B8B8B8. Windows color (decimal): -5324874 or 11976622. OLE color: 11976622.

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

Color convert

RGB174191182-
CMYK0.0900.050.25
HSL148.24º11.72%71.57%-
HSV(B)148.24º8.9%74.9%-
XYZ44.5349.6451.49-
YUV184.89126.37120.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=31.81%
G=34.92%
B=33.27%

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
Decimal1741911820.0900.050.25148.2411.7271.57
HexAEBFB69051994c48
Octal25627726611053122414110
Binary10101110101111111011011010010101110011001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFB6; }

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

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

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

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

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

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

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

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