Shades of Citrus #A5AF10
Tints of Citrus #A5AF10
RGB
CMYK
RGB Variations
Color information
#A5AF10 (or 0xA5AF10) is known color: Citrus. HEX triplet: A5, AF and 10. RGB value is (165,175,16). Sum of RGB (Red+Green+Blue) = 165+175+16=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AF10 is #5A50EF. Grayscale: #9A9A9A. Windows color (decimal): -5918960 or 1093541. OLE color: 1093541.
HSL color Cylindrical-coordinate representation of color #A5AF10: hue angle of 63.77º 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 #A5AF10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.31 |
| HSL | 63.77º | 0.83% | 0.37% | - |
| HSV(B) | 63.77º | 0.91% | 0.69% | - |
| XYZ | 30.94 | 38.7 | 6.33 | - |
| YUV | 153.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 16 | 0.06 | 0 | 0.91 | 0.31 | 63.77 | 0.83 | 0.37 |
| Hex | A5 | AF | 10 | 6 | 0 | 5B | 1F | 40 | 53 | 25 |
| Octal | 245 | 257 | 20 | 6 | 0 | 133 | 37 | 100 | 123 | 45 |
| Binary | 10100101 | 10101111 | 10000 | 110 | 0 | 1011011 | 11111 | 1000000 | 1010011 | 100101 |
Color Harmonies of #A5AF10
Complementary color
Monochromatic Colors of #A5AF10
Black with #A5AF10
Text Example
Text Example
White with #A5AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF10; }
p { color: rgb(165,175,16); }
H1.HeaderClassName
{
color: #A5AF10;
}
.AnyTagClassName
{
color: #A5AF10;
}
</style>
background-color css
<style>
a { background-color: #A5AF10; }
a { background-color: rgb(165,175,16); }
div.DivClassName
{
background-color: #A5AF10;
}
.BgClassName
{
background-color: #A5AF10;
}
</style>
border-color css
<style>
span { border-color: #A5AF10; }
span { border-color: rgb(165,175,16); }
td.TdClassName
{
border-color: #A5AF10;
}
.TagClassName
{
border-color: #A5AF10;
}
</style>