Shades of Citrus #AAB105
Tints of Citrus #AAB105
RGB
CMYK
RGB Variations
Color information
#AAB105 (or 0xAAB105) is known color: Citrus. HEX triplet: AA, B1 and 05. RGB value is (170,177,5). Sum of RGB (Red+Green+Blue) = 170+177+5=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB105 is #554EFA. Grayscale: #9B9B9B. Windows color (decimal): -5590779 or 373162. OLE color: 373162.
HSL color Cylindrical-coordinate representation of color #AAB105: hue angle of 62.44º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB105 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.31 |
| HSL | 62.44º | 0.95% | 0.36% | - |
| HSV(B) | 62.44º | 0.97% | 0.69% | - |
| XYZ | 32.33 | 40 | 6.16 | - |
| YUV | 155.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 5 | 0.04 | 0 | 0.97 | 0.31 | 62.44 | 0.95 | 0.36 |
| Hex | AA | B1 | 5 | 4 | 0 | 61 | 1F | 3E | 5F | 24 |
| Octal | 252 | 261 | 5 | 4 | 0 | 141 | 37 | 76 | 137 | 44 |
| Binary | 10101010 | 10110001 | 101 | 100 | 0 | 1100001 | 11111 | 111110 | 1011111 | 100100 |
Color Harmonies of #AAB105
Complementary color
Monochromatic Colors of #AAB105
Black with #AAB105
Text Example
Text Example
White with #AAB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB105; }
p { color: rgb(170,177,5); }
H1.HeaderClassName
{
color: #AAB105;
}
.AnyTagClassName
{
color: #AAB105;
}
</style>
background-color css
<style>
a { background-color: #AAB105; }
a { background-color: rgb(170,177,5); }
div.DivClassName
{
background-color: #AAB105;
}
.BgClassName
{
background-color: #AAB105;
}
</style>
border-color css
<style>
span { border-color: #AAB105; }
span { border-color: rgb(170,177,5); }
td.TdClassName
{
border-color: #AAB105;
}
.TagClassName
{
border-color: #AAB105;
}
</style>