Shades of Citrus #AAB907
Tints of Citrus #AAB907
RGB
CMYK
RGB Variations
Color information
#AAB907 (or 0xAAB907) is known color: Citrus. HEX triplet: AA, B9 and 07. RGB value is (170,185,7). Sum of RGB (Red+Green+Blue) = 170+185+7=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB907 is #5546F8. Grayscale: #A0A0A0. Windows color (decimal): -5588729 or 506282. OLE color: 506282.
HSL color Cylindrical-coordinate representation of color #AAB907: hue angle of 65.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB907 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 7 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.27 |
| HSL | 65.06º | 0.93% | 0.38% | - |
| HSV(B) | 65.06º | 0.96% | 0.73% | - |
| XYZ | 33.96 | 43.26 | 6.76 | - |
| YUV | 160.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 7 | 0.08 | 0 | 0.96 | 0.27 | 65.06 | 0.93 | 0.38 |
| Hex | AA | B9 | 7 | 8 | 0 | 60 | 1B | 41 | 5D | 26 |
| Octal | 252 | 271 | 7 | 10 | 0 | 140 | 33 | 101 | 135 | 46 |
| Binary | 10101010 | 10111001 | 111 | 1000 | 0 | 1100000 | 11011 | 1000001 | 1011101 | 100110 |
Color Harmonies of #AAB907
Complementary color
Monochromatic Colors of #AAB907
Black with #AAB907
Text Example
Text Example
White with #AAB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB907; }
p { color: rgb(170,185,7); }
H1.HeaderClassName
{
color: #AAB907;
}
.AnyTagClassName
{
color: #AAB907;
}
</style>
background-color css
<style>
a { background-color: #AAB907; }
a { background-color: rgb(170,185,7); }
div.DivClassName
{
background-color: #AAB907;
}
.BgClassName
{
background-color: #AAB907;
}
</style>
border-color css
<style>
span { border-color: #AAB907; }
span { border-color: rgb(170,185,7); }
td.TdClassName
{
border-color: #AAB907;
}
.TagClassName
{
border-color: #AAB907;
}
</style>