Shades of Caper #ADBA81
Tints of Caper #ADBA81
RGB
CMYK
RGB Variations
Color information
#ADBA81 (or 0xADBA81) is known color: Caper. HEX triplet: AD, BA and 81. RGB value is (173,186,129). Sum of RGB (Red+Green+Blue) = 173+186+129=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA81 is #52457E. Grayscale: #AFAFAF. Windows color (decimal): -5391743 or 8501933. OLE color: 8501933.
HSL color Cylindrical-coordinate representation of color #ADBA81: hue angle of 73.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBA81 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 129 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.27 |
| HSL | 73.68º | 0.29% | 0.62% | - |
| HSV(B) | 73.68º | 0.31% | 0.73% | - |
| XYZ | 38.75 | 45.59 | 27.53 | - |
| YUV | 175.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 129 | 0.07 | 0 | 0.31 | 0.27 | 73.68 | 0.29 | 0.62 |
| Hex | AD | BA | 81 | 7 | 0 | 1F | 1B | 4A | 1D | 3E |
| Octal | 255 | 272 | 201 | 7 | 0 | 37 | 33 | 112 | 35 | 76 |
| Binary | 10101101 | 10111010 | 10000001 | 111 | 0 | 11111 | 11011 | 1001010 | 11101 | 111110 |
Color Harmonies of #ADBA81
Complementary color
Monochromatic Colors of #ADBA81
Black with #ADBA81
Text Example
Text Example
White with #ADBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA81; }
p { color: rgb(173,186,129); }
H1.HeaderClassName
{
color: #ADBA81;
}
.AnyTagClassName
{
color: #ADBA81;
}
</style>
background-color css
<style>
a { background-color: #ADBA81; }
a { background-color: rgb(173,186,129); }
div.DivClassName
{
background-color: #ADBA81;
}
.BgClassName
{
background-color: #ADBA81;
}
</style>
border-color css
<style>
span { border-color: #ADBA81; }
span { border-color: rgb(173,186,129); }
td.TdClassName
{
border-color: #ADBA81;
}
.TagClassName
{
border-color: #ADBA81;
}
</style>