#AABEB4

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

Shades of Loblolly #AABEB4

Tints of Loblolly #AABEB4

Color information

#AABEB4 (or 0xAABEB4) is unknown color: approx Loblolly. HEX triplet: AA, BE and B4. RGB value is (170,190,180). Sum of RGB (Red+Green+Blue) = 170+190+180=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEB4 is #55414B. Grayscale: #B6B6B6. Windows color (decimal): -5587276 or 11845290. OLE color: 11845290.

HSL color Cylindrical-coordinate representation of color #AABEB4: hue angle of 150º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEB4 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB170190180-
CMYK0.1100.050.25
HSL150º13.33%70.59%-
HSV(B)150º10.53%74.51%-
XYZ43.2348.6750.3-
YUV182.88126.37118.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=31.48%
G=35.19%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901800.1100.050.2515013.3370.59
HexAABEB4B051996d47
Octal25227626413053122615107
Binary10101010101111101011010010110101110011001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEB4; }

 p { color: rgb(170,190,180); }

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

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

 a { background-color: rgb(170,190,180); }

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

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

 span { border-color: rgb(170,190,180); }

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