Shades of Citrus #AFAE03
Tints of Citrus #AFAE03
RGB
CMYK
RGB Variations
Color information
#AFAE03 (or 0xAFAE03) is known color: Citrus. HEX triplet: AF, AE and 03. RGB value is (175,174,3). Sum of RGB (Red+Green+Blue) = 175+174+3=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE03 is #5051FC. Grayscale: #9B9B9B. Windows color (decimal): -5263869 or 241327. OLE color: 241327.
HSL color Cylindrical-coordinate representation of color #AFAE03: hue angle of 59.65º degrees, saturation: 0.97, 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 #AFAE03 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.31 |
| HSL | 59.65º | 0.97% | 0.35% | - |
| HSV(B) | 59.65º | 0.98% | 0.69% | - |
| XYZ | 32.83 | 39.39 | 5.96 | - |
| YUV | 154.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 3 | 0 | 0.01 | 0.98 | 0.31 | 59.65 | 0.97 | 0.35 |
| Hex | AF | AE | 3 | 0 | 1 | 62 | 1F | 3C | 61 | 23 |
| Octal | 257 | 256 | 3 | 0 | 1 | 142 | 37 | 74 | 141 | 43 |
| Binary | 10101111 | 10101110 | 11 | 0 | 1 | 1100010 | 11111 | 111100 | 1100001 | 100011 |
Color Harmonies of #AFAE03
Complementary color
Monochromatic Colors of #AFAE03
Black with #AFAE03
Text Example
Text Example
White with #AFAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE03; }
p { color: rgb(175,174,3); }
H1.HeaderClassName
{
color: #AFAE03;
}
.AnyTagClassName
{
color: #AFAE03;
}
</style>
background-color css
<style>
a { background-color: #AFAE03; }
a { background-color: rgb(175,174,3); }
div.DivClassName
{
background-color: #AFAE03;
}
.BgClassName
{
background-color: #AFAE03;
}
</style>
border-color css
<style>
span { border-color: #AFAE03; }
span { border-color: rgb(175,174,3); }
td.TdClassName
{
border-color: #AFAE03;
}
.TagClassName
{
border-color: #AFAE03;
}
</style>