Shades of Caper #AEBD7B
Tints of Caper #AEBD7B
RGB
CMYK
RGB Variations
Color information
#AEBD7B (or 0xAEBD7B) is known color: Caper. HEX triplet: AE, BD and 7B. RGB value is (174,189,123). Sum of RGB (Red+Green+Blue) = 174+189+123=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD7B is #514284. Grayscale: #B1B1B1. Windows color (decimal): -5325445 or 8109486. OLE color: 8109486.
HSL color Cylindrical-coordinate representation of color #AEBD7B: hue angle of 73.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEBD7B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 123 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.26 |
| HSL | 73.64º | 0.33% | 0.61% | - |
| HSV(B) | 73.64º | 0.35% | 0.74% | - |
| XYZ | 39.23 | 46.82 | 25.71 | - |
| YUV | 176.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 123 | 0.08 | 0 | 0.35 | 0.26 | 73.64 | 0.33 | 0.61 |
| Hex | AE | BD | 7B | 8 | 0 | 23 | 1A | 4A | 21 | 3D |
| Octal | 256 | 275 | 173 | 10 | 0 | 43 | 32 | 112 | 41 | 75 |
| Binary | 10101110 | 10111101 | 1111011 | 1000 | 0 | 100011 | 11010 | 1001010 | 100001 | 111101 |
Color Harmonies of #AEBD7B
Complementary color
Monochromatic Colors of #AEBD7B
Black with #AEBD7B
Text Example
Text Example
White with #AEBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD7B; }
p { color: rgb(174,189,123); }
H1.HeaderClassName
{
color: #AEBD7B;
}
.AnyTagClassName
{
color: #AEBD7B;
}
</style>
background-color css
<style>
a { background-color: #AEBD7B; }
a { background-color: rgb(174,189,123); }
div.DivClassName
{
background-color: #AEBD7B;
}
.BgClassName
{
background-color: #AEBD7B;
}
</style>
border-color css
<style>
span { border-color: #AEBD7B; }
span { border-color: rgb(174,189,123); }
td.TdClassName
{
border-color: #AEBD7B;
}
.TagClassName
{
border-color: #AEBD7B;
}
</style>