Shades of Gum Leaf #AEB5AF
Tints of Gum Leaf #AEB5AF
RGB
CMYK
RGB Variations
Color information
#AEB5AF (or 0xAEB5AF) is known color: Gum Leaf. HEX triplet: AE, B5 and AF. RGB value is (174,181,175). Sum of RGB (Red+Green+Blue) = 174+181+175=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5AF is #514A50. Grayscale: #B2B2B2. Windows color (decimal): -5327441 or 11515310. OLE color: 11515310.
HSL color Cylindrical-coordinate representation of color #AEB5AF: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEB5AF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 181 | 175 | - |
CMYK | 0.04 | 0 | 0.03 | 0.29 |
HSL | 128.57º | 0.05% | 0.7% | - |
HSV(B) | 128.57º | 0.04% | 0.71% | - |
XYZ | 41.72 | 45.14 | 47.07 | - |
YUV | 178.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 181 | 175 | 0.04 | 0 | 0.03 | 0.29 | 128.57 | 0.05 | 0.7 |
Hex | AE | B5 | AF | 4 | 0 | 3 | 1D | 81 | 5 | 46 |
Octal | 256 | 265 | 257 | 4 | 0 | 3 | 35 | 201 | 5 | 106 |
Binary | 10101110 | 10110101 | 10101111 | 100 | 0 | 11 | 11101 | 10000001 | 101 | 1000110 |
Color Harmonies of #AEB5AF
Complementary color
Monochromatic Colors of #AEB5AF
Black with #AEB5AF
Text Example
Text Example
White with #AEB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB5AF; }
p { color: rgb(174,181,175); }
H1.HeaderClassName
{
color: #AEB5AF;
}
.AnyTagClassName
{
color: #AEB5AF;
}
</style>
background-color css
<style>
a { background-color: #AEB5AF; }
a { background-color: rgb(174,181,175); }
div.DivClassName
{
background-color: #AEB5AF;
}
.BgClassName
{
background-color: #AEB5AF;
}
</style>
border-color css
<style>
span { border-color: #AEB5AF; }
span { border-color: rgb(174,181,175); }
td.TdClassName
{
border-color: #AEB5AF;
}
.TagClassName
{
border-color: #AEB5AF;
}
</style>