Shades of Caper #A6B37B
Tints of Caper #A6B37B
RGB
CMYK
RGB Variations
Color information
#A6B37B (or 0xA6B37B) is known color: Caper. HEX triplet: A6, B3 and 7B. RGB value is (166,179,123). Sum of RGB (Red+Green+Blue) = 166+179+123=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B37B is #594C84. Grayscale: #A8A8A8. Windows color (decimal): -5852293 or 8106918. OLE color: 8106918.
HSL color Cylindrical-coordinate representation of color #A6B37B: hue angle of 73.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B37B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 123 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.30 |
| HSL | 73.93º | 0.27% | 0.59% | - |
| HSV(B) | 73.93º | 0.31% | 0.7% | - |
| XYZ | 35.42 | 41.78 | 24.94 | - |
| YUV | 168.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 123 | 0.07 | 0 | 0.31 | 0.30 | 73.93 | 0.27 | 0.59 |
| Hex | A6 | B3 | 7B | 7 | 0 | 1F | 1E | 4A | 1B | 3B |
| Octal | 246 | 263 | 173 | 7 | 0 | 37 | 36 | 112 | 33 | 73 |
| Binary | 10100110 | 10110011 | 1111011 | 111 | 0 | 11111 | 11110 | 1001010 | 11011 | 111011 |
Color Harmonies of #A6B37B
Complementary color
Monochromatic Colors of #A6B37B
Black with #A6B37B
Text Example
Text Example
White with #A6B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B37B; }
p { color: rgb(166,179,123); }
H1.HeaderClassName
{
color: #A6B37B;
}
.AnyTagClassName
{
color: #A6B37B;
}
</style>
background-color css
<style>
a { background-color: #A6B37B; }
a { background-color: rgb(166,179,123); }
div.DivClassName
{
background-color: #A6B37B;
}
.BgClassName
{
background-color: #A6B37B;
}
</style>
border-color css
<style>
span { border-color: #A6B37B; }
span { border-color: rgb(166,179,123); }
td.TdClassName
{
border-color: #A6B37B;
}
.TagClassName
{
border-color: #A6B37B;
}
</style>