Shades of Citrus #AFA901
Tints of Citrus #AFA901
RGB
CMYK
RGB Variations
Color information
#AFA901 (or 0xAFA901) is known color: Citrus. HEX triplet: AF, A9 and 01. RGB value is (175,169,1). Sum of RGB (Red+Green+Blue) = 175+169+1=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA901 is #5056FE. Grayscale: #989898. Windows color (decimal): -5265151 or 108975. OLE color: 108975.
HSL color Cylindrical-coordinate representation of color #AFA901: hue angle of 57.93º 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 #AFA901 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.31 |
| HSL | 57.93º | 0.99% | 0.35% | - |
| HSV(B) | 57.93º | 0.99% | 0.69% | - |
| XYZ | 31.87 | 37.49 | 5.59 | - |
| YUV | 151.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 1 | 0 | 0.03 | 0.99 | 0.31 | 57.93 | 0.99 | 0.35 |
| Hex | AF | A9 | 1 | 0 | 3 | 63 | 1F | 3A | 63 | 23 |
| Octal | 257 | 251 | 1 | 0 | 3 | 143 | 37 | 72 | 143 | 43 |
| Binary | 10101111 | 10101001 | 1 | 0 | 11 | 1100011 | 11111 | 111010 | 1100011 | 100011 |
Color Harmonies of #AFA901
Complementary color
Monochromatic Colors of #AFA901
Black with #AFA901
Text Example
Text Example
White with #AFA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA901; }
p { color: rgb(175,169,1); }
H1.HeaderClassName
{
color: #AFA901;
}
.AnyTagClassName
{
color: #AFA901;
}
</style>
background-color css
<style>
a { background-color: #AFA901; }
a { background-color: rgb(175,169,1); }
div.DivClassName
{
background-color: #AFA901;
}
.BgClassName
{
background-color: #AFA901;
}
</style>
border-color css
<style>
span { border-color: #AFA901; }
span { border-color: rgb(175,169,1); }
td.TdClassName
{
border-color: #AFA901;
}
.TagClassName
{
border-color: #AFA901;
}
</style>