Shades of Citrus #ABA707
Tints of Citrus #ABA707
RGB
CMYK
RGB Variations
Color information
#ABA707 (or 0xABA707) is known color: Citrus. HEX triplet: AB, A7 and 07. RGB value is (171,167,7). Sum of RGB (Red+Green+Blue) = 171+167+7=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA707 is #5458F8. Grayscale: #969696. Windows color (decimal): -5527801 or 501675. OLE color: 501675.
HSL color Cylindrical-coordinate representation of color #ABA707: hue angle of 58.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABA707 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.33 |
| HSL | 58.54º | 0.92% | 0.35% | - |
| HSV(B) | 58.54º | 0.96% | 0.67% | - |
| XYZ | 30.65 | 36.31 | 5.59 | - |
| YUV | 149.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 7 | 0 | 0.02 | 0.96 | 0.33 | 58.54 | 0.92 | 0.35 |
| Hex | AB | A7 | 7 | 0 | 2 | 60 | 21 | 3B | 5C | 23 |
| Octal | 253 | 247 | 7 | 0 | 2 | 140 | 41 | 73 | 134 | 43 |
| Binary | 10101011 | 10100111 | 111 | 0 | 10 | 1100000 | 100001 | 111011 | 1011100 | 100011 |
Color Harmonies of #ABA707
Complementary color
Monochromatic Colors of #ABA707
Black with #ABA707
Text Example
Text Example
White with #ABA707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA707; }
p { color: rgb(171,167,7); }
H1.HeaderClassName
{
color: #ABA707;
}
.AnyTagClassName
{
color: #ABA707;
}
</style>
background-color css
<style>
a { background-color: #ABA707; }
a { background-color: rgb(171,167,7); }
div.DivClassName
{
background-color: #ABA707;
}
.BgClassName
{
background-color: #ABA707;
}
</style>
border-color css
<style>
span { border-color: #ABA707; }
span { border-color: rgb(171,167,7); }
td.TdClassName
{
border-color: #ABA707;
}
.TagClassName
{
border-color: #ABA707;
}
</style>