Shades of Citrus #AAB305
Tints of Citrus #AAB305
RGB
CMYK
RGB Variations
Color information
#AAB305 (or 0xAAB305) is known color: Citrus. HEX triplet: AA, B3 and 05. RGB value is (170,179,5). Sum of RGB (Red+Green+Blue) = 170+179+5=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB305 is #554CFA. Grayscale: #9D9D9D. Windows color (decimal): -5590267 or 373674. OLE color: 373674.
HSL color Cylindrical-coordinate representation of color #AAB305: hue angle of 63.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB305 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.30 |
| HSL | 63.1º | 0.95% | 0.36% | - |
| HSV(B) | 63.1º | 0.97% | 0.7% | - |
| XYZ | 32.73 | 40.8 | 6.29 | - |
| YUV | 156.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 5 | 0.05 | 0 | 0.97 | 0.30 | 63.1 | 0.95 | 0.36 |
| Hex | AA | B3 | 5 | 5 | 0 | 61 | 1E | 3F | 5F | 24 |
| Octal | 252 | 263 | 5 | 5 | 0 | 141 | 36 | 77 | 137 | 44 |
| Binary | 10101010 | 10110011 | 101 | 101 | 0 | 1100001 | 11110 | 111111 | 1011111 | 100100 |
Color Harmonies of #AAB305
Complementary color
Monochromatic Colors of #AAB305
Black with #AAB305
Text Example
Text Example
White with #AAB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB305; }
p { color: rgb(170,179,5); }
H1.HeaderClassName
{
color: #AAB305;
}
.AnyTagClassName
{
color: #AAB305;
}
</style>
background-color css
<style>
a { background-color: #AAB305; }
a { background-color: rgb(170,179,5); }
div.DivClassName
{
background-color: #AAB305;
}
.BgClassName
{
background-color: #AAB305;
}
</style>
border-color css
<style>
span { border-color: #AAB305; }
span { border-color: rgb(170,179,5); }
td.TdClassName
{
border-color: #AAB305;
}
.TagClassName
{
border-color: #AAB305;
}
</style>