Shades of Citrus #AEAD0F
Tints of Citrus #AEAD0F
RGB
CMYK
RGB Variations
Color information
#AEAD0F (or 0xAEAD0F) is known color: Citrus. HEX triplet: AE, AD and 0F. RGB value is (174,173,15). Sum of RGB (Red+Green+Blue) = 174+173+15=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD0F is #5152F0. Grayscale: #9B9B9B. Windows color (decimal): -5329649 or 1027502. OLE color: 1027502.
HSL color Cylindrical-coordinate representation of color #AEAD0F: hue angle of 59.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEAD0F is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 15 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.32 |
| HSL | 59.62º | 0.84% | 0.37% | - |
| HSV(B) | 59.62º | 0.91% | 0.68% | - |
| XYZ | 32.49 | 38.92 | 6.25 | - |
| YUV | 155.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 15 | 0 | 0.01 | 0.91 | 0.32 | 59.62 | 0.84 | 0.37 |
| Hex | AE | AD | F | 0 | 1 | 5B | 20 | 3C | 54 | 25 |
| Octal | 256 | 255 | 17 | 0 | 1 | 133 | 40 | 74 | 124 | 45 |
| Binary | 10101110 | 10101101 | 1111 | 0 | 1 | 1011011 | 100000 | 111100 | 1010100 | 100101 |
Color Harmonies of #AEAD0F
Complementary color
Monochromatic Colors of #AEAD0F
Black with #AEAD0F
Text Example
Text Example
White with #AEAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD0F; }
p { color: rgb(174,173,15); }
H1.HeaderClassName
{
color: #AEAD0F;
}
.AnyTagClassName
{
color: #AEAD0F;
}
</style>
background-color css
<style>
a { background-color: #AEAD0F; }
a { background-color: rgb(174,173,15); }
div.DivClassName
{
background-color: #AEAD0F;
}
.BgClassName
{
background-color: #AEAD0F;
}
</style>
border-color css
<style>
span { border-color: #AEAD0F; }
span { border-color: rgb(174,173,15); }
td.TdClassName
{
border-color: #AEAD0F;
}
.TagClassName
{
border-color: #AEAD0F;
}
</style>