Shades of Citrus #AAA701
Tints of Citrus #AAA701
RGB
CMYK
RGB Variations
Color information
#AAA701 (or 0xAAA701) is known color: Citrus. HEX triplet: AA, A7 and 01. RGB value is (170,167,1). Sum of RGB (Red+Green+Blue) = 170+167+1=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA701 is #5558FE. Grayscale: #959595. Windows color (decimal): -5593343 or 108458. OLE color: 108458.
HSL color Cylindrical-coordinate representation of color #AAA701: hue angle of 58.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAA701 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.33 |
| HSL | 58.93º | 0.99% | 0.34% | - |
| HSV(B) | 58.93º | 0.99% | 0.67% | - |
| XYZ | 30.4 | 36.19 | 5.41 | - |
| YUV | 148.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 1 | 0 | 0.02 | 0.99 | 0.33 | 58.93 | 0.99 | 0.34 |
| Hex | AA | A7 | 1 | 0 | 2 | 63 | 21 | 3B | 63 | 22 |
| Octal | 252 | 247 | 1 | 0 | 2 | 143 | 41 | 73 | 143 | 42 |
| Binary | 10101010 | 10100111 | 1 | 0 | 10 | 1100011 | 100001 | 111011 | 1100011 | 100010 |
Color Harmonies of #AAA701
Complementary color
Monochromatic Colors of #AAA701
Black with #AAA701
Text Example
Text Example
White with #AAA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA701; }
p { color: rgb(170,167,1); }
H1.HeaderClassName
{
color: #AAA701;
}
.AnyTagClassName
{
color: #AAA701;
}
</style>
background-color css
<style>
a { background-color: #AAA701; }
a { background-color: rgb(170,167,1); }
div.DivClassName
{
background-color: #AAA701;
}
.BgClassName
{
background-color: #AAA701;
}
</style>
border-color css
<style>
span { border-color: #AAA701; }
span { border-color: rgb(170,167,1); }
td.TdClassName
{
border-color: #AAA701;
}
.TagClassName
{
border-color: #AAA701;
}
</style>