Shades of Citrus #A3AC08
Tints of Citrus #A3AC08
RGB
CMYK
RGB Variations
Color information
#A3AC08 (or 0xA3AC08) is known color: Citrus. HEX triplet: A3, AC and 08. RGB value is (163,172,8). Sum of RGB (Red+Green+Blue) = 163+172+8=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AC08 is #5C53F7. Grayscale: #979797. Windows color (decimal): -6050808 or 568483. OLE color: 568483.
HSL color Cylindrical-coordinate representation of color #A3AC08: hue angle of 63.29º 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 #A3AC08 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 8 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.33 |
| HSL | 63.29º | 0.91% | 0.35% | - |
| HSV(B) | 63.29º | 0.95% | 0.67% | - |
| XYZ | 29.9 | 37.31 | 5.86 | - |
| YUV | 150.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 8 | 0.05 | 0 | 0.95 | 0.33 | 63.29 | 0.91 | 0.35 |
| Hex | A3 | AC | 8 | 5 | 0 | 5F | 21 | 3F | 5B | 23 |
| Octal | 243 | 254 | 10 | 5 | 0 | 137 | 41 | 77 | 133 | 43 |
| Binary | 10100011 | 10101100 | 1000 | 101 | 0 | 1011111 | 100001 | 111111 | 1011011 | 100011 |
Color Harmonies of #A3AC08
Complementary color
Monochromatic Colors of #A3AC08
Black with #A3AC08
Text Example
Text Example
White with #A3AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC08; }
p { color: rgb(163,172,8); }
H1.HeaderClassName
{
color: #A3AC08;
}
.AnyTagClassName
{
color: #A3AC08;
}
</style>
background-color css
<style>
a { background-color: #A3AC08; }
a { background-color: rgb(163,172,8); }
div.DivClassName
{
background-color: #A3AC08;
}
.BgClassName
{
background-color: #A3AC08;
}
</style>
border-color css
<style>
span { border-color: #A3AC08; }
span { border-color: rgb(163,172,8); }
td.TdClassName
{
border-color: #A3AC08;
}
.TagClassName
{
border-color: #A3AC08;
}
</style>