Shades of Citrus #AFAE06
Tints of Citrus #AFAE06
RGB
CMYK
RGB Variations
Color information
#AFAE06 (or 0xAFAE06) is known color: Citrus. HEX triplet: AF, AE and 06. RGB value is (175,174,6). Sum of RGB (Red+Green+Blue) = 175+174+6=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE06 is #5051F9. Grayscale: #9B9B9B. Windows color (decimal): -5263866 or 437935. OLE color: 437935.
HSL color Cylindrical-coordinate representation of color #AFAE06: hue angle of 59.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFAE06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.31 |
| HSL | 59.64º | 0.93% | 0.35% | - |
| HSV(B) | 59.64º | 0.97% | 0.69% | - |
| XYZ | 32.85 | 39.4 | 6.05 | - |
| YUV | 155.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 6 | 0 | 0.01 | 0.97 | 0.31 | 59.64 | 0.93 | 0.35 |
| Hex | AF | AE | 6 | 0 | 1 | 61 | 1F | 3C | 5D | 23 |
| Octal | 257 | 256 | 6 | 0 | 1 | 141 | 37 | 74 | 135 | 43 |
| Binary | 10101111 | 10101110 | 110 | 0 | 1 | 1100001 | 11111 | 111100 | 1011101 | 100011 |
Color Harmonies of #AFAE06
Complementary color
Monochromatic Colors of #AFAE06
Black with #AFAE06
Text Example
Text Example
White with #AFAE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE06; }
p { color: rgb(175,174,6); }
H1.HeaderClassName
{
color: #AFAE06;
}
.AnyTagClassName
{
color: #AFAE06;
}
</style>
background-color css
<style>
a { background-color: #AFAE06; }
a { background-color: rgb(175,174,6); }
div.DivClassName
{
background-color: #AFAE06;
}
.BgClassName
{
background-color: #AFAE06;
}
</style>
border-color css
<style>
span { border-color: #AFAE06; }
span { border-color: rgb(175,174,6); }
td.TdClassName
{
border-color: #AFAE06;
}
.TagClassName
{
border-color: #AFAE06;
}
</style>