Shades of Caper #A7B479
Tints of Caper #A7B479
RGB
CMYK
RGB Variations
Color information
#A7B479 (or 0xA7B479) is known color: Caper. HEX triplet: A7, B4 and 79. RGB value is (167,180,121). Sum of RGB (Red+Green+Blue) = 167+180+121=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B479 is #584B86. Grayscale: #A9A9A9. Windows color (decimal): -5786503 or 7976103. OLE color: 7976103.
HSL color Cylindrical-coordinate representation of color #A7B479: hue angle of 73.22º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B479 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 180 | 121 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.29 |
| HSL | 73.22º | 0.28% | 0.59% | - |
| HSV(B) | 73.22º | 0.33% | 0.71% | - |
| XYZ | 35.71 | 42.24 | 24.36 | - |
| YUV | 169.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 121 | 0.07 | 0 | 0.33 | 0.29 | 73.22 | 0.28 | 0.59 |
| Hex | A7 | B4 | 79 | 7 | 0 | 21 | 1D | 49 | 1C | 3B |
| Octal | 247 | 264 | 171 | 7 | 0 | 41 | 35 | 111 | 34 | 73 |
| Binary | 10100111 | 10110100 | 1111001 | 111 | 0 | 100001 | 11101 | 1001001 | 11100 | 111011 |
Color Harmonies of #A7B479
Complementary color
Monochromatic Colors of #A7B479
Black with #A7B479
Text Example
Text Example
White with #A7B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B479; }
p { color: rgb(167,180,121); }
H1.HeaderClassName
{
color: #A7B479;
}
.AnyTagClassName
{
color: #A7B479;
}
</style>
background-color css
<style>
a { background-color: #A7B479; }
a { background-color: rgb(167,180,121); }
div.DivClassName
{
background-color: #A7B479;
}
.BgClassName
{
background-color: #A7B479;
}
</style>
border-color css
<style>
span { border-color: #A7B479; }
span { border-color: rgb(167,180,121); }
td.TdClassName
{
border-color: #A7B479;
}
.TagClassName
{
border-color: #A7B479;
}
</style>