Shades of Citrus #AFAC01
Tints of Citrus #AFAC01
RGB
CMYK
RGB Variations
Color information
#AFAC01 (or 0xAFAC01) is known color: Citrus. HEX triplet: AF, AC and 01. RGB value is (175,172,1). Sum of RGB (Red+Green+Blue) = 175+172+1=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC01 is #5053FE. Grayscale: #9A9A9A. Windows color (decimal): -5264383 or 109743. OLE color: 109743.
HSL color Cylindrical-coordinate representation of color #AFAC01: hue angle of 58.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFAC01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.31 |
| HSL | 58.97º | 0.99% | 0.35% | - |
| HSV(B) | 58.97º | 0.99% | 0.69% | - |
| XYZ | 32.44 | 38.62 | 5.77 | - |
| YUV | 153.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 1 | 0 | 0.02 | 0.99 | 0.31 | 58.97 | 0.99 | 0.35 |
| Hex | AF | AC | 1 | 0 | 2 | 63 | 1F | 3B | 63 | 23 |
| Octal | 257 | 254 | 1 | 0 | 2 | 143 | 37 | 73 | 143 | 43 |
| Binary | 10101111 | 10101100 | 1 | 0 | 10 | 1100011 | 11111 | 111011 | 1100011 | 100011 |
Color Harmonies of #AFAC01
Complementary color
Monochromatic Colors of #AFAC01
Black with #AFAC01
Text Example
Text Example
White with #AFAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC01; }
p { color: rgb(175,172,1); }
H1.HeaderClassName
{
color: #AFAC01;
}
.AnyTagClassName
{
color: #AFAC01;
}
</style>
background-color css
<style>
a { background-color: #AFAC01; }
a { background-color: rgb(175,172,1); }
div.DivClassName
{
background-color: #AFAC01;
}
.BgClassName
{
background-color: #AFAC01;
}
</style>
border-color css
<style>
span { border-color: #AFAC01; }
span { border-color: rgb(175,172,1); }
td.TdClassName
{
border-color: #AFAC01;
}
.TagClassName
{
border-color: #AFAC01;
}
</style>