Shades of Citrus #AFAB07
Tints of Citrus #AFAB07
RGB
CMYK
RGB Variations
Color information
#AFAB07 (or 0xAFAB07) is known color: Citrus. HEX triplet: AF, AB and 07. RGB value is (175,171,7). Sum of RGB (Red+Green+Blue) = 175+171+7=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB07 is #5054F8. Grayscale: #9A9A9A. Windows color (decimal): -5264633 or 502703. OLE color: 502703.
HSL color Cylindrical-coordinate representation of color #AFAB07: hue angle of 58.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFAB07 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.31 |
| HSL | 58.57º | 0.92% | 0.36% | - |
| HSV(B) | 58.57º | 0.96% | 0.69% | - |
| XYZ | 32.28 | 38.26 | 5.88 | - |
| YUV | 153.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 7 | 0 | 0.02 | 0.96 | 0.31 | 58.57 | 0.92 | 0.36 |
| Hex | AF | AB | 7 | 0 | 2 | 60 | 1F | 3B | 5C | 24 |
| Octal | 257 | 253 | 7 | 0 | 2 | 140 | 37 | 73 | 134 | 44 |
| Binary | 10101111 | 10101011 | 111 | 0 | 10 | 1100000 | 11111 | 111011 | 1011100 | 100100 |
Color Harmonies of #AFAB07
Complementary color
Monochromatic Colors of #AFAB07
Black with #AFAB07
Text Example
Text Example
White with #AFAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB07; }
p { color: rgb(175,171,7); }
H1.HeaderClassName
{
color: #AFAB07;
}
.AnyTagClassName
{
color: #AFAB07;
}
</style>
background-color css
<style>
a { background-color: #AFAB07; }
a { background-color: rgb(175,171,7); }
div.DivClassName
{
background-color: #AFAB07;
}
.BgClassName
{
background-color: #AFAB07;
}
</style>
border-color css
<style>
span { border-color: #AFAB07; }
span { border-color: rgb(175,171,7); }
td.TdClassName
{
border-color: #AFAB07;
}
.TagClassName
{
border-color: #AFAB07;
}
</style>