#AEBDB4

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

Shades of Loblolly #AEBDB4

Tints of Loblolly #AEBDB4

Color information

#AEBDB4 (or 0xAEBDB4) is unknown color: approx Loblolly. HEX triplet: AE, BD and B4. RGB value is (174,189,180). Sum of RGB (Red+Green+Blue) = 174+189+180=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB4 is #51424B. Grayscale: #B7B7B7. Windows color (decimal): -5325388 or 11845038. OLE color: 11845038.

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

Color convert

RGB174189180-
CMYK0.0800.050.26
HSL144º10.2%71.18%-
HSV(B)144º7.94%74.12%-
XYZ43.8948.6950.26-
YUV183.49126.03121.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=32.04%
G=34.81%
B=33.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891800.0800.050.2614410.271.18
HexAEBDB48051A90a47
Octal25627526410053222012107
Binary10101110101111011011010010000101110101001000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDB4; }

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

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

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

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

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

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

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

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