Shades of Citrus #AEAF0D
Tints of Citrus #AEAF0D
RGB
CMYK
RGB Variations
Color information
#AEAF0D (or 0xAEAF0D) is known color: Citrus. HEX triplet: AE, AF and 0D. RGB value is (174,175,13). Sum of RGB (Red+Green+Blue) = 174+175+13=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAF0D is #5150F2. Grayscale: #9C9C9C. Windows color (decimal): -5329139 or 896942. OLE color: 896942.
HSL color Cylindrical-coordinate representation of color #AEAF0D: hue angle of 60.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEAF0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 175 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.31 |
| HSL | 60.37º | 0.86% | 0.37% | - |
| HSV(B) | 60.37º | 0.93% | 0.69% | - |
| XYZ | 32.86 | 39.69 | 6.31 | - |
| YUV | 156.23 | 47.17 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 175 | 13 | 0.01 | 0 | 0.93 | 0.31 | 60.37 | 0.86 | 0.37 |
| Hex | AE | AF | D | 1 | 0 | 5D | 1F | 3C | 56 | 25 |
| Octal | 256 | 257 | 15 | 1 | 0 | 135 | 37 | 74 | 126 | 45 |
| Binary | 10101110 | 10101111 | 1101 | 1 | 0 | 1011101 | 11111 | 111100 | 1010110 | 100101 |
Color Harmonies of #AEAF0D
Complementary color
Monochromatic Colors of #AEAF0D
Black with #AEAF0D
Text Example
Text Example
White with #AEAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAF0D; }
p { color: rgb(174,175,13); }
H1.HeaderClassName
{
color: #AEAF0D;
}
.AnyTagClassName
{
color: #AEAF0D;
}
</style>
background-color css
<style>
a { background-color: #AEAF0D; }
a { background-color: rgb(174,175,13); }
div.DivClassName
{
background-color: #AEAF0D;
}
.BgClassName
{
background-color: #AEAF0D;
}
</style>
border-color css
<style>
span { border-color: #AEAF0D; }
span { border-color: rgb(174,175,13); }
td.TdClassName
{
border-color: #AEAF0D;
}
.TagClassName
{
border-color: #AEAF0D;
}
</style>