Shades of Caper #A5B477
Tints of Caper #A5B477
RGB
CMYK
RGB Variations
Color information
#A5B477 (or 0xA5B477) is known color: Caper. HEX triplet: A5, B4 and 77. RGB value is (165,180,119). Sum of RGB (Red+Green+Blue) = 165+180+119=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B477 is #5A4B88. Grayscale: #A8A8A8. Windows color (decimal): -5917577 or 7845029. OLE color: 7845029.
HSL color Cylindrical-coordinate representation of color #A5B477: hue angle of 74.75º 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 #A5B477 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 119 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.29 |
| HSL | 74.75º | 0.29% | 0.59% | - |
| HSV(B) | 74.75º | 0.34% | 0.71% | - |
| XYZ | 35.17 | 41.97 | 23.7 | - |
| YUV | 168.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 119 | 0.08 | 0 | 0.34 | 0.29 | 74.75 | 0.29 | 0.59 |
| Hex | A5 | B4 | 77 | 8 | 0 | 22 | 1D | 4B | 1D | 3B |
| Octal | 245 | 264 | 167 | 10 | 0 | 42 | 35 | 113 | 35 | 73 |
| Binary | 10100101 | 10110100 | 1110111 | 1000 | 0 | 100010 | 11101 | 1001011 | 11101 | 111011 |
Color Harmonies of #A5B477
Complementary color
Monochromatic Colors of #A5B477
Black with #A5B477
Text Example
Text Example
White with #A5B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B477; }
p { color: rgb(165,180,119); }
H1.HeaderClassName
{
color: #A5B477;
}
.AnyTagClassName
{
color: #A5B477;
}
</style>
background-color css
<style>
a { background-color: #A5B477; }
a { background-color: rgb(165,180,119); }
div.DivClassName
{
background-color: #A5B477;
}
.BgClassName
{
background-color: #A5B477;
}
</style>
border-color css
<style>
span { border-color: #A5B477; }
span { border-color: rgb(165,180,119); }
td.TdClassName
{
border-color: #A5B477;
}
.TagClassName
{
border-color: #A5B477;
}
</style>