Shades of Caper #A9B583
Tints of Caper #A9B583
RGB
CMYK
RGB Variations
Color information
#A9B583 (or 0xA9B583) is known color: Caper. HEX triplet: A9, B5 and 83. RGB value is (169,181,131). Sum of RGB (Red+Green+Blue) = 169+181+131=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B583 is #564A7C. Grayscale: #ABABAB. Windows color (decimal): -5655165 or 8631721. OLE color: 8631721.
HSL color Cylindrical-coordinate representation of color #A9B583: hue angle of 74.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B583 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 131 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.29 |
| HSL | 74.4º | 0.25% | 0.61% | - |
| HSV(B) | 74.4º | 0.28% | 0.71% | - |
| XYZ | 36.98 | 43.12 | 27.85 | - |
| YUV | 171.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 131 | 0.07 | 0 | 0.28 | 0.29 | 74.4 | 0.25 | 0.61 |
| Hex | A9 | B5 | 83 | 7 | 0 | 1C | 1D | 4A | 19 | 3D |
| Octal | 251 | 265 | 203 | 7 | 0 | 34 | 35 | 112 | 31 | 75 |
| Binary | 10101001 | 10110101 | 10000011 | 111 | 0 | 11100 | 11101 | 1001010 | 11001 | 111101 |
Color Harmonies of #A9B583
Complementary color
Monochromatic Colors of #A9B583
Black with #A9B583
Text Example
Text Example
White with #A9B583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B583; }
p { color: rgb(169,181,131); }
H1.HeaderClassName
{
color: #A9B583;
}
.AnyTagClassName
{
color: #A9B583;
}
</style>
background-color css
<style>
a { background-color: #A9B583; }
a { background-color: rgb(169,181,131); }
div.DivClassName
{
background-color: #A9B583;
}
.BgClassName
{
background-color: #A9B583;
}
</style>
border-color css
<style>
span { border-color: #A9B583; }
span { border-color: rgb(169,181,131); }
td.TdClassName
{
border-color: #A9B583;
}
.TagClassName
{
border-color: #A9B583;
}
</style>