Shades of Citrus #AFAA04
Tints of Citrus #AFAA04
RGB
CMYK
RGB Variations
Color information
#AFAA04 (or 0xAFAA04) is known color: Citrus. HEX triplet: AF, AA and 04. RGB value is (175,170,4). Sum of RGB (Red+Green+Blue) = 175+170+4=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA04 is #5055FB. Grayscale: #999999. Windows color (decimal): -5264892 or 305839. OLE color: 305839.
HSL color Cylindrical-coordinate representation of color #AFAA04: hue angle of 58.25º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFAA04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.31 |
| HSL | 58.25º | 0.96% | 0.35% | - |
| HSV(B) | 58.25º | 0.98% | 0.69% | - |
| XYZ | 32.08 | 37.87 | 5.73 | - |
| YUV | 152.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 4 | 0 | 0.03 | 0.98 | 0.31 | 58.25 | 0.96 | 0.35 |
| Hex | AF | AA | 4 | 0 | 3 | 62 | 1F | 3A | 60 | 23 |
| Octal | 257 | 252 | 4 | 0 | 3 | 142 | 37 | 72 | 140 | 43 |
| Binary | 10101111 | 10101010 | 100 | 0 | 11 | 1100010 | 11111 | 111010 | 1100000 | 100011 |
Color Harmonies of #AFAA04
Complementary color
Monochromatic Colors of #AFAA04
Black with #AFAA04
Text Example
Text Example
White with #AFAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA04; }
p { color: rgb(175,170,4); }
H1.HeaderClassName
{
color: #AFAA04;
}
.AnyTagClassName
{
color: #AFAA04;
}
</style>
background-color css
<style>
a { background-color: #AFAA04; }
a { background-color: rgb(175,170,4); }
div.DivClassName
{
background-color: #AFAA04;
}
.BgClassName
{
background-color: #AFAA04;
}
</style>
border-color css
<style>
span { border-color: #AFAA04; }
span { border-color: rgb(175,170,4); }
td.TdClassName
{
border-color: #AFAA04;
}
.TagClassName
{
border-color: #AFAA04;
}
</style>