Shades of Caper #AFBA7D
Tints of Caper #AFBA7D
RGB
CMYK
RGB Variations
Color information
#AFBA7D (or 0xAFBA7D) is known color: Caper. HEX triplet: AF, BA and 7D. RGB value is (175,186,125). Sum of RGB (Red+Green+Blue) = 175+186+125=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7D is #504582. Grayscale: #AFAFAF. Windows color (decimal): -5260675 or 8239791. OLE color: 8239791.
HSL color Cylindrical-coordinate representation of color #AFBA7D: hue angle of 70.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBA7D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 125 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.27 |
| HSL | 70.82º | 0.31% | 0.61% | - |
| HSV(B) | 70.82º | 0.33% | 0.73% | - |
| XYZ | 38.94 | 45.71 | 26.17 | - |
| YUV | 175.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 125 | 0.06 | 0 | 0.33 | 0.27 | 70.82 | 0.31 | 0.61 |
| Hex | AF | BA | 7D | 6 | 0 | 21 | 1B | 47 | 1F | 3D |
| Octal | 257 | 272 | 175 | 6 | 0 | 41 | 33 | 107 | 37 | 75 |
| Binary | 10101111 | 10111010 | 1111101 | 110 | 0 | 100001 | 11011 | 1000111 | 11111 | 111101 |
Color Harmonies of #AFBA7D
Complementary color
Monochromatic Colors of #AFBA7D
Black with #AFBA7D
Text Example
Text Example
White with #AFBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA7D; }
p { color: rgb(175,186,125); }
H1.HeaderClassName
{
color: #AFBA7D;
}
.AnyTagClassName
{
color: #AFBA7D;
}
</style>
background-color css
<style>
a { background-color: #AFBA7D; }
a { background-color: rgb(175,186,125); }
div.DivClassName
{
background-color: #AFBA7D;
}
.BgClassName
{
background-color: #AFBA7D;
}
</style>
border-color css
<style>
span { border-color: #AFBA7D; }
span { border-color: rgb(175,186,125); }
td.TdClassName
{
border-color: #AFBA7D;
}
.TagClassName
{
border-color: #AFBA7D;
}
</style>