#AEBAB2

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

Shades of Loblolly #AEBAB2

Tints of Loblolly #AEBAB2

Color information

#AEBAB2 (or 0xAEBAB2) is unknown color: approx Loblolly. HEX triplet: AE, BA and B2. RGB value is (174,186,178). Sum of RGB (Red+Green+Blue) = 174+186+178=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAB2 is #51454D. Grayscale: #B5B5B5. Windows color (decimal): -5326158 or 11713198. OLE color: 11713198.

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

Color convert

RGB174186178-
CMYK0.0600.040.27
HSL140º8%70.59%-
HSV(B)140º6.45%72.94%-
XYZ43.0547.3348.99-
YUV181.5126.02122.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=32.34%
G=34.57%
B=33.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861780.0600.040.27140870.59
HexAEBAB26041B8c847
Octal2562722626043321410107
Binary1010111010111010101100101100100110111000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAB2; }

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

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

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

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

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

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

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

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