Shades of Citrus #AAB807
Tints of Citrus #AAB807
RGB
CMYK
RGB Variations
Color information
#AAB807 (or 0xAAB807) is known color: Citrus. HEX triplet: AA, B8 and 07. RGB value is (170,184,7). Sum of RGB (Red+Green+Blue) = 170+184+7=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB807 is #5547F8. Grayscale: #A0A0A0. Windows color (decimal): -5588985 or 506026. OLE color: 506026.
HSL color Cylindrical-coordinate representation of color #AAB807: hue angle of 64.75º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB807 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 7 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.28 |
| HSL | 64.75º | 0.93% | 0.37% | - |
| HSV(B) | 64.75º | 0.96% | 0.72% | - |
| XYZ | 33.76 | 42.84 | 6.69 | - |
| YUV | 159.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 7 | 0.08 | 0 | 0.96 | 0.28 | 64.75 | 0.93 | 0.37 |
| Hex | AA | B8 | 7 | 8 | 0 | 60 | 1C | 41 | 5D | 25 |
| Octal | 252 | 270 | 7 | 10 | 0 | 140 | 34 | 101 | 135 | 45 |
| Binary | 10101010 | 10111000 | 111 | 1000 | 0 | 1100000 | 11100 | 1000001 | 1011101 | 100101 |
Color Harmonies of #AAB807
Complementary color
Monochromatic Colors of #AAB807
Black with #AAB807
Text Example
Text Example
White with #AAB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB807; }
p { color: rgb(170,184,7); }
H1.HeaderClassName
{
color: #AAB807;
}
.AnyTagClassName
{
color: #AAB807;
}
</style>
background-color css
<style>
a { background-color: #AAB807; }
a { background-color: rgb(170,184,7); }
div.DivClassName
{
background-color: #AAB807;
}
.BgClassName
{
background-color: #AAB807;
}
</style>
border-color css
<style>
span { border-color: #AAB807; }
span { border-color: rgb(170,184,7); }
td.TdClassName
{
border-color: #AAB807;
}
.TagClassName
{
border-color: #AAB807;
}
</style>