Shades of Citrus #A8AA08
Tints of Citrus #A8AA08
RGB
CMYK
RGB Variations
Color information
#A8AA08 (or 0xA8AA08) is known color: Citrus. HEX triplet: A8, AA and 08. RGB value is (168,170,8). Sum of RGB (Red+Green+Blue) = 168+170+8=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA08 is #5755F7. Grayscale: #979797. Windows color (decimal): -5723640 or 567976. OLE color: 567976.
HSL color Cylindrical-coordinate representation of color #A8AA08: hue angle of 60.74º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8AA08 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 8 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.33 |
| HSL | 60.74º | 0.91% | 0.35% | - |
| HSV(B) | 60.74º | 0.95% | 0.67% | - |
| XYZ | 30.57 | 37.09 | 5.78 | - |
| YUV | 150.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 8 | 0.01 | 0 | 0.95 | 0.33 | 60.74 | 0.91 | 0.35 |
| Hex | A8 | AA | 8 | 1 | 0 | 5F | 21 | 3D | 5B | 23 |
| Octal | 250 | 252 | 10 | 1 | 0 | 137 | 41 | 75 | 133 | 43 |
| Binary | 10101000 | 10101010 | 1000 | 1 | 0 | 1011111 | 100001 | 111101 | 1011011 | 100011 |
Color Harmonies of #A8AA08
Complementary color
Monochromatic Colors of #A8AA08
Black with #A8AA08
Text Example
Text Example
White with #A8AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA08; }
p { color: rgb(168,170,8); }
H1.HeaderClassName
{
color: #A8AA08;
}
.AnyTagClassName
{
color: #A8AA08;
}
</style>
background-color css
<style>
a { background-color: #A8AA08; }
a { background-color: rgb(168,170,8); }
div.DivClassName
{
background-color: #A8AA08;
}
.BgClassName
{
background-color: #A8AA08;
}
</style>
border-color css
<style>
span { border-color: #A8AA08; }
span { border-color: rgb(168,170,8); }
td.TdClassName
{
border-color: #A8AA08;
}
.TagClassName
{
border-color: #A8AA08;
}
</style>