Shades of Caper #A8B47D
Tints of Caper #A8B47D
RGB
CMYK
RGB Variations
Color information
#A8B47D (or 0xA8B47D) is known color: Caper. HEX triplet: A8, B4 and 7D. RGB value is (168,180,125). Sum of RGB (Red+Green+Blue) = 168+180+125=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B47D is #574B82. Grayscale: #AAAAAA. Windows color (decimal): -5720963 or 8238248. OLE color: 8238248.
HSL color Cylindrical-coordinate representation of color #A8B47D: hue angle of 73.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B47D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 125 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.29 |
| HSL | 73.09º | 0.27% | 0.6% | - |
| HSV(B) | 73.09º | 0.31% | 0.71% | - |
| XYZ | 36.17 | 42.45 | 25.69 | - |
| YUV | 170.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 125 | 0.07 | 0 | 0.31 | 0.29 | 73.09 | 0.27 | 0.6 |
| Hex | A8 | B4 | 7D | 7 | 0 | 1F | 1D | 49 | 1B | 3C |
| Octal | 250 | 264 | 175 | 7 | 0 | 37 | 35 | 111 | 33 | 74 |
| Binary | 10101000 | 10110100 | 1111101 | 111 | 0 | 11111 | 11101 | 1001001 | 11011 | 111100 |
Color Harmonies of #A8B47D
Complementary color
Monochromatic Colors of #A8B47D
Black with #A8B47D
Text Example
Text Example
White with #A8B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B47D; }
p { color: rgb(168,180,125); }
H1.HeaderClassName
{
color: #A8B47D;
}
.AnyTagClassName
{
color: #A8B47D;
}
</style>
background-color css
<style>
a { background-color: #A8B47D; }
a { background-color: rgb(168,180,125); }
div.DivClassName
{
background-color: #A8B47D;
}
.BgClassName
{
background-color: #A8B47D;
}
</style>
border-color css
<style>
span { border-color: #A8B47D; }
span { border-color: rgb(168,180,125); }
td.TdClassName
{
border-color: #A8B47D;
}
.TagClassName
{
border-color: #A8B47D;
}
</style>