Shades of Caper #AEB68B
Tints of Caper #AEB68B
RGB
CMYK
RGB Variations
Color information
#AEB68B (or 0xAEB68B) is known color: Caper. HEX triplet: AE, B6 and 8B. RGB value is (174,182,139). Sum of RGB (Red+Green+Blue) = 174+182+139=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB68B is #514974. Grayscale: #AEAEAE. Windows color (decimal): -5327221 or 9156270. OLE color: 9156270.
HSL color Cylindrical-coordinate representation of color #AEB68B: hue angle of 71.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB68B is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 182 | 139 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.29 |
| HSL | 71.16º | 0.23% | 0.63% | - |
| HSV(B) | 71.16º | 0.24% | 0.71% | - |
| XYZ | 38.84 | 44.32 | 30.93 | - |
| YUV | 174.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 182 | 139 | 0.04 | 0 | 0.24 | 0.29 | 71.16 | 0.23 | 0.63 |
| Hex | AE | B6 | 8B | 4 | 0 | 18 | 1D | 47 | 17 | 3F |
| Octal | 256 | 266 | 213 | 4 | 0 | 30 | 35 | 107 | 27 | 77 |
| Binary | 10101110 | 10110110 | 10001011 | 100 | 0 | 11000 | 11101 | 1000111 | 10111 | 111111 |
Color Harmonies of #AEB68B
Complementary color
Monochromatic Colors of #AEB68B
Black with #AEB68B
Text Example
Text Example
White with #AEB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB68B; }
p { color: rgb(174,182,139); }
H1.HeaderClassName
{
color: #AEB68B;
}
.AnyTagClassName
{
color: #AEB68B;
}
</style>
background-color css
<style>
a { background-color: #AEB68B; }
a { background-color: rgb(174,182,139); }
div.DivClassName
{
background-color: #AEB68B;
}
.BgClassName
{
background-color: #AEB68B;
}
</style>
border-color css
<style>
span { border-color: #AEB68B; }
span { border-color: rgb(174,182,139); }
td.TdClassName
{
border-color: #AEB68B;
}
.TagClassName
{
border-color: #AEB68B;
}
</style>