Shades of Citrus #AEAD10
Tints of Citrus #AEAD10
RGB
CMYK
RGB Variations
Color information
#AEAD10 (or 0xAEAD10) is known color: Citrus. HEX triplet: AE, AD and 10. RGB value is (174,173,16). Sum of RGB (Red+Green+Blue) = 174+173+16=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD10 is #5152EF. Grayscale: #9C9C9C. Windows color (decimal): -5329648 or 1093038. OLE color: 1093038.
HSL color Cylindrical-coordinate representation of color #AEAD10: hue angle of 59.62º degrees, saturation: 0.83, 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 #AEAD10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.32 |
| HSL | 59.62º | 0.83% | 0.37% | - |
| HSV(B) | 59.62º | 0.91% | 0.68% | - |
| XYZ | 32.49 | 38.92 | 6.29 | - |
| YUV | 155.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 16 | 0 | 0.01 | 0.91 | 0.32 | 59.62 | 0.83 | 0.37 |
| Hex | AE | AD | 10 | 0 | 1 | 5B | 20 | 3C | 53 | 25 |
| Octal | 256 | 255 | 20 | 0 | 1 | 133 | 40 | 74 | 123 | 45 |
| Binary | 10101110 | 10101101 | 10000 | 0 | 1 | 1011011 | 100000 | 111100 | 1010011 | 100101 |
Color Harmonies of #AEAD10
Complementary color
Monochromatic Colors of #AEAD10
Black with #AEAD10
Text Example
Text Example
White with #AEAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD10; }
p { color: rgb(174,173,16); }
H1.HeaderClassName
{
color: #AEAD10;
}
.AnyTagClassName
{
color: #AEAD10;
}
</style>
background-color css
<style>
a { background-color: #AEAD10; }
a { background-color: rgb(174,173,16); }
div.DivClassName
{
background-color: #AEAD10;
}
.BgClassName
{
background-color: #AEAD10;
}
</style>
border-color css
<style>
span { border-color: #AEAD10; }
span { border-color: rgb(174,173,16); }
td.TdClassName
{
border-color: #AEAD10;
}
.TagClassName
{
border-color: #AEAD10;
}
</style>