Shades of Citrus #AFAE00
Tints of Citrus #AFAE00
RGB
CMYK
RGB Variations
Color information
#AFAE00 (or 0xAFAE00) is known color: Citrus. HEX triplet: AF, AE and 00. RGB value is (175,174,0). Sum of RGB (Red+Green+Blue) = 175+174+0=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE00 is #5051FF. Grayscale: #9B9B9B. Windows color (decimal): -5263872 or 44719. OLE color: 44719.
HSL color Cylindrical-coordinate representation of color #AFAE00: hue angle of 59.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAE00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.31 |
| HSL | 59.66º | 1% | 0.34% | - |
| HSV(B) | 59.66º | 1% | 0.69% | - |
| XYZ | 32.82 | 39.39 | 5.87 | - |
| YUV | 154.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 0 | 0 | 0.01 | 1 | 0.31 | 59.66 | 1 | 0.34 |
| Hex | AF | AE | 0 | 0 | 1 | 64 | 1F | 3C | 64 | 22 |
| Octal | 257 | 256 | 0 | 0 | 1 | 144 | 37 | 74 | 144 | 42 |
| Binary | 10101111 | 10101110 | 0 | 0 | 1 | 1100100 | 11111 | 111100 | 1100100 | 100010 |
Color Harmonies of #AFAE00
Complementary color
Monochromatic Colors of #AFAE00
Black with #AFAE00
Text Example
Text Example
White with #AFAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE00; }
p { color: rgb(175,174,0); }
H1.HeaderClassName
{
color: #AFAE00;
}
.AnyTagClassName
{
color: #AFAE00;
}
</style>
background-color css
<style>
a { background-color: #AFAE00; }
a { background-color: rgb(175,174,0); }
div.DivClassName
{
background-color: #AFAE00;
}
.BgClassName
{
background-color: #AFAE00;
}
</style>
border-color css
<style>
span { border-color: #AFAE00; }
span { border-color: rgb(175,174,0); }
td.TdClassName
{
border-color: #AFAE00;
}
.TagClassName
{
border-color: #AFAE00;
}
</style>