Shades of Citrus #AAB207
Tints of Citrus #AAB207
RGB
CMYK
RGB Variations
Color information
#AAB207 (or 0xAAB207) is known color: Citrus. HEX triplet: AA, B2 and 07. RGB value is (170,178,7). Sum of RGB (Red+Green+Blue) = 170+178+7=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB207 is #554DF8. Grayscale: #9C9C9C. Windows color (decimal): -5590521 or 504490. OLE color: 504490.
HSL color Cylindrical-coordinate representation of color #AAB207: hue angle of 62.81º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB207 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.30 |
| HSL | 62.81º | 0.92% | 0.36% | - |
| HSV(B) | 62.81º | 0.96% | 0.7% | - |
| XYZ | 32.54 | 40.4 | 6.28 | - |
| YUV | 156.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 7 | 0.04 | 0 | 0.96 | 0.30 | 62.81 | 0.92 | 0.36 |
| Hex | AA | B2 | 7 | 4 | 0 | 60 | 1E | 3F | 5C | 24 |
| Octal | 252 | 262 | 7 | 4 | 0 | 140 | 36 | 77 | 134 | 44 |
| Binary | 10101010 | 10110010 | 111 | 100 | 0 | 1100000 | 11110 | 111111 | 1011100 | 100100 |
Color Harmonies of #AAB207
Complementary color
Monochromatic Colors of #AAB207
Black with #AAB207
Text Example
Text Example
White with #AAB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB207; }
p { color: rgb(170,178,7); }
H1.HeaderClassName
{
color: #AAB207;
}
.AnyTagClassName
{
color: #AAB207;
}
</style>
background-color css
<style>
a { background-color: #AAB207; }
a { background-color: rgb(170,178,7); }
div.DivClassName
{
background-color: #AAB207;
}
.BgClassName
{
background-color: #AAB207;
}
</style>
border-color css
<style>
span { border-color: #AAB207; }
span { border-color: rgb(170,178,7); }
td.TdClassName
{
border-color: #AAB207;
}
.TagClassName
{
border-color: #AAB207;
}
</style>