Shades of Citrus #AFAE07
Tints of Citrus #AFAE07
RGB
CMYK
RGB Variations
Color information
#AFAE07 (or 0xAFAE07) is known color: Citrus. HEX triplet: AF, AE and 07. RGB value is (175,174,7). Sum of RGB (Red+Green+Blue) = 175+174+7=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE07 is #5051F8. Grayscale: #9B9B9B. Windows color (decimal): -5263865 or 503471. OLE color: 503471.
HSL color Cylindrical-coordinate representation of color #AFAE07: hue angle of 59.64º 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 #AFAE07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.31 |
| HSL | 59.64º | 0.92% | 0.36% | - |
| HSV(B) | 59.64º | 0.96% | 0.69% | - |
| XYZ | 32.85 | 39.4 | 6.07 | - |
| YUV | 155.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 7 | 0 | 0.01 | 0.96 | 0.31 | 59.64 | 0.92 | 0.36 |
| Hex | AF | AE | 7 | 0 | 1 | 60 | 1F | 3C | 5C | 24 |
| Octal | 257 | 256 | 7 | 0 | 1 | 140 | 37 | 74 | 134 | 44 |
| Binary | 10101111 | 10101110 | 111 | 0 | 1 | 1100000 | 11111 | 111100 | 1011100 | 100100 |
Color Harmonies of #AFAE07
Complementary color
Monochromatic Colors of #AFAE07
Black with #AFAE07
Text Example
Text Example
White with #AFAE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE07; }
p { color: rgb(175,174,7); }
H1.HeaderClassName
{
color: #AFAE07;
}
.AnyTagClassName
{
color: #AFAE07;
}
</style>
background-color css
<style>
a { background-color: #AFAE07; }
a { background-color: rgb(175,174,7); }
div.DivClassName
{
background-color: #AFAE07;
}
.BgClassName
{
background-color: #AFAE07;
}
</style>
border-color css
<style>
span { border-color: #AFAE07; }
span { border-color: rgb(175,174,7); }
td.TdClassName
{
border-color: #AFAE07;
}
.TagClassName
{
border-color: #AFAE07;
}
</style>