Shades of Gum Leaf #AEBEB1
Tints of Gum Leaf #AEBEB1
RGB
CMYK
RGB Variations
Color information
#AEBEB1 (or 0xAEBEB1) is known color: Gum Leaf. HEX triplet: AE, BE and B1. RGB value is (174,190,177). Sum of RGB (Red+Green+Blue) = 174+190+177=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEB1 is #51414E. Grayscale: #B7B7B7. Windows color (decimal): -5325135 or 11648686. OLE color: 11648686.
HSL color Cylindrical-coordinate representation of color #AEBEB1: hue angle of 131.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 190 | 177 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.25 |
| HSL | 131.25º | 0.11% | 0.71% | - |
| HSV(B) | 131.25º | 0.08% | 0.75% | - |
| XYZ | 43.8 | 49 | 48.74 | - |
| YUV | 183.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 177 | 0.08 | 0 | 0.07 | 0.25 | 131.25 | 0.11 | 0.71 |
| Hex | AE | BE | B1 | 8 | 0 | 7 | 19 | 83 | B | 47 |
| Octal | 256 | 276 | 261 | 10 | 0 | 7 | 31 | 203 | 13 | 107 |
| Binary | 10101110 | 10111110 | 10110001 | 1000 | 0 | 111 | 11001 | 10000011 | 1011 | 1000111 |
Color Harmonies of #AEBEB1
Complementary color
Monochromatic Colors of #AEBEB1
Black with #AEBEB1
Text Example
Text Example
White with #AEBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEB1; }
p { color: rgb(174,190,177); }
H1.HeaderClassName
{
color: #AEBEB1;
}
.AnyTagClassName
{
color: #AEBEB1;
}
</style>
background-color css
<style>
a { background-color: #AEBEB1; }
a { background-color: rgb(174,190,177); }
div.DivClassName
{
background-color: #AEBEB1;
}
.BgClassName
{
background-color: #AEBEB1;
}
</style>
border-color css
<style>
span { border-color: #AEBEB1; }
span { border-color: rgb(174,190,177); }
td.TdClassName
{
border-color: #AEBEB1;
}
.TagClassName
{
border-color: #AEBEB1;
}
</style>