Shades of Citrus #AAA907
Tints of Citrus #AAA907
RGB
CMYK
RGB Variations
Color information
#AAA907 (or 0xAAA907) is known color: Citrus. HEX triplet: AA, A9 and 07. RGB value is (170,169,7). Sum of RGB (Red+Green+Blue) = 170+169+7=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA907 is #5556F8. Grayscale: #979797. Windows color (decimal): -5592825 or 502186. OLE color: 502186.
HSL color Cylindrical-coordinate representation of color #AAA907: hue angle of 59.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAA907 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.33 |
| HSL | 59.63º | 0.92% | 0.35% | - |
| HSV(B) | 59.63º | 0.96% | 0.67% | - |
| XYZ | 30.8 | 36.94 | 5.71 | - |
| YUV | 150.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 7 | 0 | 0.01 | 0.96 | 0.33 | 59.63 | 0.92 | 0.35 |
| Hex | AA | A9 | 7 | 0 | 1 | 60 | 21 | 3C | 5C | 23 |
| Octal | 252 | 251 | 7 | 0 | 1 | 140 | 41 | 74 | 134 | 43 |
| Binary | 10101010 | 10101001 | 111 | 0 | 1 | 1100000 | 100001 | 111100 | 1011100 | 100011 |
Color Harmonies of #AAA907
Complementary color
Monochromatic Colors of #AAA907
Black with #AAA907
Text Example
Text Example
White with #AAA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA907; }
p { color: rgb(170,169,7); }
H1.HeaderClassName
{
color: #AAA907;
}
.AnyTagClassName
{
color: #AAA907;
}
</style>
background-color css
<style>
a { background-color: #AAA907; }
a { background-color: rgb(170,169,7); }
div.DivClassName
{
background-color: #AAA907;
}
.BgClassName
{
background-color: #AAA907;
}
</style>
border-color css
<style>
span { border-color: #AAA907; }
span { border-color: rgb(170,169,7); }
td.TdClassName
{
border-color: #AAA907;
}
.TagClassName
{
border-color: #AAA907;
}
</style>