Shades of Citrus #A8AB07
Tints of Citrus #A8AB07
RGB
CMYK
RGB Variations
Color information
#A8AB07 (or 0xA8AB07) is known color: Citrus. HEX triplet: A8, AB and 07. RGB value is (168,171,7). Sum of RGB (Red+Green+Blue) = 168+171+7=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB07 is #5754F8. Grayscale: #989898. Windows color (decimal): -5723385 or 502696. OLE color: 502696.
HSL color Cylindrical-coordinate representation of color #A8AB07: hue angle of 61.1º 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 #A8AB07 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.33 |
| HSL | 61.1º | 0.92% | 0.35% | - |
| HSV(B) | 61.1º | 0.96% | 0.67% | - |
| XYZ | 30.75 | 37.47 | 5.81 | - |
| YUV | 151.41 | 46.51 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 7 | 0.02 | 0 | 0.96 | 0.33 | 61.1 | 0.92 | 0.35 |
| Hex | A8 | AB | 7 | 2 | 0 | 60 | 21 | 3D | 5C | 23 |
| Octal | 250 | 253 | 7 | 2 | 0 | 140 | 41 | 75 | 134 | 43 |
| Binary | 10101000 | 10101011 | 111 | 10 | 0 | 1100000 | 100001 | 111101 | 1011100 | 100011 |
Color Harmonies of #A8AB07
Complementary color
Monochromatic Colors of #A8AB07
Black with #A8AB07
Text Example
Text Example
White with #A8AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB07; }
p { color: rgb(168,171,7); }
H1.HeaderClassName
{
color: #A8AB07;
}
.AnyTagClassName
{
color: #A8AB07;
}
</style>
background-color css
<style>
a { background-color: #A8AB07; }
a { background-color: rgb(168,171,7); }
div.DivClassName
{
background-color: #A8AB07;
}
.BgClassName
{
background-color: #A8AB07;
}
</style>
border-color css
<style>
span { border-color: #A8AB07; }
span { border-color: rgb(168,171,7); }
td.TdClassName
{
border-color: #A8AB07;
}
.TagClassName
{
border-color: #A8AB07;
}
</style>