Shades of Citrus #AFAB0B
Tints of Citrus #AFAB0B
RGB
CMYK
RGB Variations
Color information
#AFAB0B (or 0xAFAB0B) is known color: Citrus. HEX triplet: AF, AB and 0B. RGB value is (175,171,11). Sum of RGB (Red+Green+Blue) = 175+171+11=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB0B is #5054F4. Grayscale: #9A9A9A. Windows color (decimal): -5264629 or 764847. OLE color: 764847.
HSL color Cylindrical-coordinate representation of color #AFAB0B: hue angle of 58.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFAB0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.31 |
| HSL | 58.54º | 0.88% | 0.36% | - |
| HSV(B) | 58.54º | 0.94% | 0.69% | - |
| XYZ | 32.3 | 38.26 | 6 | - |
| YUV | 153.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 11 | 0 | 0.02 | 0.94 | 0.31 | 58.54 | 0.88 | 0.36 |
| Hex | AF | AB | B | 0 | 2 | 5E | 1F | 3B | 58 | 24 |
| Octal | 257 | 253 | 13 | 0 | 2 | 136 | 37 | 73 | 130 | 44 |
| Binary | 10101111 | 10101011 | 1011 | 0 | 10 | 1011110 | 11111 | 111011 | 1011000 | 100100 |
Color Harmonies of #AFAB0B
Complementary color
Monochromatic Colors of #AFAB0B
Black with #AFAB0B
Text Example
Text Example
White with #AFAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB0B; }
p { color: rgb(175,171,11); }
H1.HeaderClassName
{
color: #AFAB0B;
}
.AnyTagClassName
{
color: #AFAB0B;
}
</style>
background-color css
<style>
a { background-color: #AFAB0B; }
a { background-color: rgb(175,171,11); }
div.DivClassName
{
background-color: #AFAB0B;
}
.BgClassName
{
background-color: #AFAB0B;
}
</style>
border-color css
<style>
span { border-color: #AFAB0B; }
span { border-color: rgb(175,171,11); }
td.TdClassName
{
border-color: #AFAB0B;
}
.TagClassName
{
border-color: #AFAB0B;
}
</style>