Shades of Caper #A8B675
Tints of Caper #A8B675
RGB
CMYK
RGB Variations
Color information
#A8B675 (or 0xA8B675) is known color: Caper. HEX triplet: A8, B6 and 75. RGB value is (168,182,117). Sum of RGB (Red+Green+Blue) = 168+182+117=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B675 is #57498A. Grayscale: #AAAAAA. Windows color (decimal): -5720459 or 7714472. OLE color: 7714472.
HSL color Cylindrical-coordinate representation of color #A8B675: hue angle of 72.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8B675 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 117 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.29 |
| HSL | 72.92º | 0.31% | 0.59% | - |
| HSV(B) | 72.92º | 0.36% | 0.71% | - |
| XYZ | 36.09 | 43.07 | 23.24 | - |
| YUV | 170.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 117 | 0.08 | 0 | 0.36 | 0.29 | 72.92 | 0.31 | 0.59 |
| Hex | A8 | B6 | 75 | 8 | 0 | 24 | 1D | 49 | 1F | 3B |
| Octal | 250 | 266 | 165 | 10 | 0 | 44 | 35 | 111 | 37 | 73 |
| Binary | 10101000 | 10110110 | 1110101 | 1000 | 0 | 100100 | 11101 | 1001001 | 11111 | 111011 |
Color Harmonies of #A8B675
Complementary color
Monochromatic Colors of #A8B675
Black with #A8B675
Text Example
Text Example
White with #A8B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B675; }
p { color: rgb(168,182,117); }
H1.HeaderClassName
{
color: #A8B675;
}
.AnyTagClassName
{
color: #A8B675;
}
</style>
background-color css
<style>
a { background-color: #A8B675; }
a { background-color: rgb(168,182,117); }
div.DivClassName
{
background-color: #A8B675;
}
.BgClassName
{
background-color: #A8B675;
}
</style>
border-color css
<style>
span { border-color: #A8B675; }
span { border-color: rgb(168,182,117); }
td.TdClassName
{
border-color: #A8B675;
}
.TagClassName
{
border-color: #A8B675;
}
</style>