Shades of Caper #AEB67A
Tints of Caper #AEB67A
RGB
CMYK
RGB Variations
Color information
#AEB67A (or 0xAEB67A) is known color: Caper. HEX triplet: AE, B6 and 7A. RGB value is (174,182,122). Sum of RGB (Red+Green+Blue) = 174+182+122=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB67A is #514985. Grayscale: #ACACAC. Windows color (decimal): -5327238 or 8042158. OLE color: 8042158.
HSL color Cylindrical-coordinate representation of color #AEB67A: hue angle of 68º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEB67A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 182 | 122 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.29 |
| HSL | 68º | 0.29% | 0.6% | - |
| HSV(B) | 68º | 0.33% | 0.71% | - |
| XYZ | 37.7 | 43.86 | 24.89 | - |
| YUV | 172.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 182 | 122 | 0.04 | 0 | 0.33 | 0.29 | 68 | 0.29 | 0.6 |
| Hex | AE | B6 | 7A | 4 | 0 | 21 | 1D | 44 | 1D | 3C |
| Octal | 256 | 266 | 172 | 4 | 0 | 41 | 35 | 104 | 35 | 74 |
| Binary | 10101110 | 10110110 | 1111010 | 100 | 0 | 100001 | 11101 | 1000100 | 11101 | 111100 |
Color Harmonies of #AEB67A
Complementary color
Monochromatic Colors of #AEB67A
Black with #AEB67A
Text Example
Text Example
White with #AEB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB67A; }
p { color: rgb(174,182,122); }
H1.HeaderClassName
{
color: #AEB67A;
}
.AnyTagClassName
{
color: #AEB67A;
}
</style>
background-color css
<style>
a { background-color: #AEB67A; }
a { background-color: rgb(174,182,122); }
div.DivClassName
{
background-color: #AEB67A;
}
.BgClassName
{
background-color: #AEB67A;
}
</style>
border-color css
<style>
span { border-color: #AEB67A; }
span { border-color: rgb(174,182,122); }
td.TdClassName
{
border-color: #AEB67A;
}
.TagClassName
{
border-color: #AEB67A;
}
</style>