Shades of Citrus #ADAB0C
Tints of Citrus #ADAB0C
RGB
CMYK
RGB Variations
Color information
#ADAB0C (or 0xADAB0C) is known color: Citrus. HEX triplet: AD, AB and 0C. RGB value is (173,171,12). Sum of RGB (Red+Green+Blue) = 173+171+12=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB0C is #5254F3. Grayscale: #9A9A9A. Windows color (decimal): -5395700 or 830381. OLE color: 830381.
HSL color Cylindrical-coordinate representation of color #ADAB0C: hue angle of 59.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADAB0C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.32 |
| HSL | 59.25º | 0.87% | 0.36% | - |
| HSV(B) | 59.25º | 0.93% | 0.68% | - |
| XYZ | 31.86 | 38.04 | 6.01 | - |
| YUV | 153.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 12 | 0 | 0.01 | 0.93 | 0.32 | 59.25 | 0.87 | 0.36 |
| Hex | AD | AB | C | 0 | 1 | 5D | 20 | 3B | 57 | 24 |
| Octal | 255 | 253 | 14 | 0 | 1 | 135 | 40 | 73 | 127 | 44 |
| Binary | 10101101 | 10101011 | 1100 | 0 | 1 | 1011101 | 100000 | 111011 | 1010111 | 100100 |
Color Harmonies of #ADAB0C
Complementary color
Monochromatic Colors of #ADAB0C
Black with #ADAB0C
Text Example
Text Example
White with #ADAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB0C; }
p { color: rgb(173,171,12); }
H1.HeaderClassName
{
color: #ADAB0C;
}
.AnyTagClassName
{
color: #ADAB0C;
}
</style>
background-color css
<style>
a { background-color: #ADAB0C; }
a { background-color: rgb(173,171,12); }
div.DivClassName
{
background-color: #ADAB0C;
}
.BgClassName
{
background-color: #ADAB0C;
}
</style>
border-color css
<style>
span { border-color: #ADAB0C; }
span { border-color: rgb(173,171,12); }
td.TdClassName
{
border-color: #ADAB0C;
}
.TagClassName
{
border-color: #ADAB0C;
}
</style>