#AEBDB6

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

Shades of Loblolly #AEBDB6

Tints of Loblolly #AEBDB6

Color information

#AEBDB6 (or 0xAEBDB6) is unknown color: approx Loblolly. HEX triplet: AE, BD and B6. RGB value is (174,189,182). Sum of RGB (Red+Green+Blue) = 174+189+182=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB6 is #514249. Grayscale: #B7B7B7. Windows color (decimal): -5325386 or 11976110. OLE color: 11976110.

HSL color Cylindrical-coordinate representation of color #AEBDB6: hue angle of 152º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB174189182-
CMYK0.0800.040.26
HSL152º10.2%71.18%-
HSV(B)152º7.94%74.12%-
XYZ44.148.7751.35-
YUV183.72127.03121.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=31.93%
G=34.68%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891820.0800.040.2615210.271.18
HexAEBDB68041A98a47
Octal25627526610043223012107
Binary10101110101111011011011010000100110101001100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDB6; }

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

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

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

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

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

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

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

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