Shades of Akaroa #C0AC91
Tints of Akaroa #C0AC91
RGB
CMYK
RGB Variations
Color information
#C0AC91 (or 0xC0AC91) is known color: Akaroa. HEX triplet: C0, AC and 91. RGB value is (192,172,145). Sum of RGB (Red+Green+Blue) = 192+172+145=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC91 is #3F536E. Grayscale: #AFAFAF. Windows color (decimal): -4150127 or 9546944. OLE color: 9546944.
HSL color Cylindrical-coordinate representation of color #C0AC91: hue angle of 34.47º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AC91 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 145 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.25 |
| HSL | 34.47º | 0.27% | 0.66% | - |
| HSV(B) | 34.47º | 0.24% | 0.75% | - |
| XYZ | 41.6 | 42.76 | 32.85 | - |
| YUV | 174.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 145 | 0 | 0.10 | 0.24 | 0.25 | 34.47 | 0.27 | 0.66 |
| Hex | C0 | AC | 91 | 0 | A | 18 | 19 | 22 | 1B | 42 |
| Octal | 300 | 254 | 221 | 0 | 12 | 30 | 31 | 42 | 33 | 102 |
| Binary | 11000000 | 10101100 | 10010001 | 0 | 1010 | 11000 | 11001 | 100010 | 11011 | 1000010 |
Color Harmonies of #C0AC91
Complementary color
Monochromatic Colors of #C0AC91
Black with #C0AC91
Text Example
Text Example
White with #C0AC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC91; }
p { color: rgb(192,172,145); }
H1.HeaderClassName
{
color: #C0AC91;
}
.AnyTagClassName
{
color: #C0AC91;
}
</style>
background-color css
<style>
a { background-color: #C0AC91; }
a { background-color: rgb(192,172,145); }
div.DivClassName
{
background-color: #C0AC91;
}
.BgClassName
{
background-color: #C0AC91;
}
</style>
border-color css
<style>
span { border-color: #C0AC91; }
span { border-color: rgb(192,172,145); }
td.TdClassName
{
border-color: #C0AC91;
}
.TagClassName
{
border-color: #C0AC91;
}
</style>