Shades of Caper #A8B679
Tints of Caper #A8B679
RGB
CMYK
RGB Variations
Color information
#A8B679 (or 0xA8B679) is known color: Caper. HEX triplet: A8, B6 and 79. RGB value is (168,182,121). Sum of RGB (Red+Green+Blue) = 168+182+121=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B679 is #574986. Grayscale: #ABABAB. Windows color (decimal): -5720455 or 7976616. OLE color: 7976616.
HSL color Cylindrical-coordinate representation of color #A8B679: hue angle of 73.77º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B679 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 121 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.29 |
| HSL | 73.77º | 0.29% | 0.59% | - |
| HSV(B) | 73.77º | 0.34% | 0.71% | - |
| XYZ | 36.33 | 43.16 | 24.51 | - |
| YUV | 170.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 121 | 0.08 | 0 | 0.34 | 0.29 | 73.77 | 0.29 | 0.59 |
| Hex | A8 | B6 | 79 | 8 | 0 | 22 | 1D | 4A | 1D | 3B |
| Octal | 250 | 266 | 171 | 10 | 0 | 42 | 35 | 112 | 35 | 73 |
| Binary | 10101000 | 10110110 | 1111001 | 1000 | 0 | 100010 | 11101 | 1001010 | 11101 | 111011 |
Color Harmonies of #A8B679
Complementary color
Monochromatic Colors of #A8B679
Black with #A8B679
Text Example
Text Example
White with #A8B679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B679; }
p { color: rgb(168,182,121); }
H1.HeaderClassName
{
color: #A8B679;
}
.AnyTagClassName
{
color: #A8B679;
}
</style>
background-color css
<style>
a { background-color: #A8B679; }
a { background-color: rgb(168,182,121); }
div.DivClassName
{
background-color: #A8B679;
}
.BgClassName
{
background-color: #A8B679;
}
</style>
border-color css
<style>
span { border-color: #A8B679; }
span { border-color: rgb(168,182,121); }
td.TdClassName
{
border-color: #A8B679;
}
.TagClassName
{
border-color: #A8B679;
}
</style>