#AEBAB4

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

Shades of Loblolly #AEBAB4

Tints of Loblolly #AEBAB4

Color information

#AEBAB4 (or 0xAEBAB4) is unknown color: approx Loblolly. HEX triplet: AE, BA and B4. RGB value is (174,186,180). Sum of RGB (Red+Green+Blue) = 174+186+180=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB4 is #51454B. Grayscale: #B5B5B5. Windows color (decimal): -5326156 or 11844270. OLE color: 11844270.

HSL color Cylindrical-coordinate representation of color #AEBAB4: hue angle of 150º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB174186180-
CMYK0.0600.030.27
HSL150º8%70.59%-
HSV(B)150º6.45%72.94%-
XYZ43.2547.4150.05-
YUV181.73127.02122.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=32.22%
G=34.44%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861800.0600.030.27150870.59
HexAEBAB46031B96847
Octal2562722646033322610107
Binary101011101011101010110100110011110111001011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAB4; }

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

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

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

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

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

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

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

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