Shades of Citrus #A8AF10
Tints of Citrus #A8AF10
RGB
CMYK
RGB Variations
Color information
#A8AF10 (or 0xA8AF10) is known color: Citrus. HEX triplet: A8, AF and 10. RGB value is (168,175,16). Sum of RGB (Red+Green+Blue) = 168+175+16=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF10 is #5750EF. Grayscale: #9B9B9B. Windows color (decimal): -5722352 or 1093544. OLE color: 1093544.
HSL color Cylindrical-coordinate representation of color #A8AF10: hue angle of 62.64º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8AF10 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 16 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.31 |
| HSL | 62.64º | 0.83% | 0.37% | - |
| HSV(B) | 62.64º | 0.91% | 0.69% | - |
| XYZ | 31.57 | 39.02 | 6.36 | - |
| YUV | 154.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 16 | 0.04 | 0 | 0.91 | 0.31 | 62.64 | 0.83 | 0.37 |
| Hex | A8 | AF | 10 | 4 | 0 | 5B | 1F | 3F | 53 | 25 |
| Octal | 250 | 257 | 20 | 4 | 0 | 133 | 37 | 77 | 123 | 45 |
| Binary | 10101000 | 10101111 | 10000 | 100 | 0 | 1011011 | 11111 | 111111 | 1010011 | 100101 |
Color Harmonies of #A8AF10
Complementary color
Monochromatic Colors of #A8AF10
Black with #A8AF10
Text Example
Text Example
White with #A8AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF10; }
p { color: rgb(168,175,16); }
H1.HeaderClassName
{
color: #A8AF10;
}
.AnyTagClassName
{
color: #A8AF10;
}
</style>
background-color css
<style>
a { background-color: #A8AF10; }
a { background-color: rgb(168,175,16); }
div.DivClassName
{
background-color: #A8AF10;
}
.BgClassName
{
background-color: #A8AF10;
}
</style>
border-color css
<style>
span { border-color: #A8AF10; }
span { border-color: rgb(168,175,16); }
td.TdClassName
{
border-color: #A8AF10;
}
.TagClassName
{
border-color: #A8AF10;
}
</style>