Shades of Citrus #A5AE06
Tints of Citrus #A5AE06
RGB
CMYK
RGB Variations
Color information
#A5AE06 (or 0xA5AE06) is known color: Citrus. HEX triplet: A5, AE and 06. RGB value is (165,174,6). Sum of RGB (Red+Green+Blue) = 165+174+6=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AE06 is #5A51F9. Grayscale: #989898. Windows color (decimal): -5919226 or 437925. OLE color: 437925.
HSL color Cylindrical-coordinate representation of color #A5AE06: hue angle of 63.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5AE06 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.32 |
| HSL | 63.21º | 0.93% | 0.35% | - |
| HSV(B) | 63.21º | 0.97% | 0.68% | - |
| XYZ | 30.69 | 38.28 | 5.94 | - |
| YUV | 152.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 6 | 0.05 | 0 | 0.97 | 0.32 | 63.21 | 0.93 | 0.35 |
| Hex | A5 | AE | 6 | 5 | 0 | 61 | 20 | 3F | 5D | 23 |
| Octal | 245 | 256 | 6 | 5 | 0 | 141 | 40 | 77 | 135 | 43 |
| Binary | 10100101 | 10101110 | 110 | 101 | 0 | 1100001 | 100000 | 111111 | 1011101 | 100011 |
Color Harmonies of #A5AE06
Complementary color
Monochromatic Colors of #A5AE06
Black with #A5AE06
Text Example
Text Example
White with #A5AE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE06; }
p { color: rgb(165,174,6); }
H1.HeaderClassName
{
color: #A5AE06;
}
.AnyTagClassName
{
color: #A5AE06;
}
</style>
background-color css
<style>
a { background-color: #A5AE06; }
a { background-color: rgb(165,174,6); }
div.DivClassName
{
background-color: #A5AE06;
}
.BgClassName
{
background-color: #A5AE06;
}
</style>
border-color css
<style>
span { border-color: #A5AE06; }
span { border-color: rgb(165,174,6); }
td.TdClassName
{
border-color: #A5AE06;
}
.TagClassName
{
border-color: #A5AE06;
}
</style>