Shades of Caper #A8B77A
Tints of Caper #A8B77A
RGB
CMYK
RGB Variations
Color information
#A8B77A (or 0xA8B77A) is known color: Caper. HEX triplet: A8, B7 and 7A. RGB value is (168,183,122). Sum of RGB (Red+Green+Blue) = 168+183+122=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B77A is #574885. Grayscale: #ABABAB. Windows color (decimal): -5720198 or 8042408. OLE color: 8042408.
HSL color Cylindrical-coordinate representation of color #A8B77A: hue angle of 74.75º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B77A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 122 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.28 |
| HSL | 74.75º | 0.3% | 0.6% | - |
| HSV(B) | 74.75º | 0.33% | 0.72% | - |
| XYZ | 36.59 | 43.6 | 24.9 | - |
| YUV | 171.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 122 | 0.08 | 0 | 0.33 | 0.28 | 74.75 | 0.3 | 0.6 |
| Hex | A8 | B7 | 7A | 8 | 0 | 21 | 1C | 4B | 1E | 3C |
| Octal | 250 | 267 | 172 | 10 | 0 | 41 | 34 | 113 | 36 | 74 |
| Binary | 10101000 | 10110111 | 1111010 | 1000 | 0 | 100001 | 11100 | 1001011 | 11110 | 111100 |
Color Harmonies of #A8B77A
Complementary color
Monochromatic Colors of #A8B77A
Black with #A8B77A
Text Example
Text Example
White with #A8B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B77A; }
p { color: rgb(168,183,122); }
H1.HeaderClassName
{
color: #A8B77A;
}
.AnyTagClassName
{
color: #A8B77A;
}
</style>
background-color css
<style>
a { background-color: #A8B77A; }
a { background-color: rgb(168,183,122); }
div.DivClassName
{
background-color: #A8B77A;
}
.BgClassName
{
background-color: #A8B77A;
}
</style>
border-color css
<style>
span { border-color: #A8B77A; }
span { border-color: rgb(168,183,122); }
td.TdClassName
{
border-color: #A8B77A;
}
.TagClassName
{
border-color: #A8B77A;
}
</style>