Shades of Zanah #AEBFAF
Tints of Zanah #AEBFAF
RGB
CMYK
RGB Variations
Color information
#AEBFAF (or 0xAEBFAF) is known color: Zanah. HEX triplet: AE, BF and AF. RGB value is (174,191,175). Sum of RGB (Red+Green+Blue) = 174+191+175=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFAF is #514050. Grayscale: #B8B8B8. Windows color (decimal): -5324881 or 11517870. OLE color: 11517870.
HSL color Cylindrical-coordinate representation of color #AEBFAF: hue angle of 123.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBFAF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 191 | 175 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.25 |
| HSL | 123.53º | 0.12% | 0.72% | - |
| HSV(B) | 123.53º | 0.09% | 0.75% | - |
| XYZ | 43.82 | 49.36 | 47.77 | - |
| YUV | 184.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 175 | 0.09 | 0 | 0.08 | 0.25 | 123.53 | 0.12 | 0.72 |
| Hex | AE | BF | AF | 9 | 0 | 8 | 19 | 7C | C | 48 |
| Octal | 256 | 277 | 257 | 11 | 0 | 10 | 31 | 174 | 14 | 110 |
| Binary | 10101110 | 10111111 | 10101111 | 1001 | 0 | 1000 | 11001 | 1111100 | 1100 | 1001000 |
Color Harmonies of #AEBFAF
Complementary color
Monochromatic Colors of #AEBFAF
Black with #AEBFAF
Text Example
Text Example
White with #AEBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFAF; }
p { color: rgb(174,191,175); }
H1.HeaderClassName
{
color: #AEBFAF;
}
.AnyTagClassName
{
color: #AEBFAF;
}
</style>
background-color css
<style>
a { background-color: #AEBFAF; }
a { background-color: rgb(174,191,175); }
div.DivClassName
{
background-color: #AEBFAF;
}
.BgClassName
{
background-color: #AEBFAF;
}
</style>
border-color css
<style>
span { border-color: #AEBFAF; }
span { border-color: rgb(174,191,175); }
td.TdClassName
{
border-color: #AEBFAF;
}
.TagClassName
{
border-color: #AEBFAF;
}
</style>