Shades of Akaroa #C0AE91
Tints of Akaroa #C0AE91
RGB
CMYK
RGB Variations
Color information
#C0AE91 (or 0xC0AE91) is known color: Akaroa. HEX triplet: C0, AE and 91. RGB value is (192,174,145). Sum of RGB (Red+Green+Blue) = 192+174+145=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE91 is #3F516E. Grayscale: #B0B0B0. Windows color (decimal): -4149615 or 9547456. OLE color: 9547456.
HSL color Cylindrical-coordinate representation of color #C0AE91: hue angle of 37.02º 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 #C0AE91 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 145 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.25 |
| HSL | 37.02º | 0.27% | 0.66% | - |
| HSV(B) | 37.02º | 0.24% | 0.75% | - |
| XYZ | 41.99 | 43.52 | 32.98 | - |
| YUV | 176.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 145 | 0 | 0.09 | 0.24 | 0.25 | 37.02 | 0.27 | 0.66 |
| Hex | C0 | AE | 91 | 0 | 9 | 18 | 19 | 25 | 1B | 42 |
| Octal | 300 | 256 | 221 | 0 | 11 | 30 | 31 | 45 | 33 | 102 |
| Binary | 11000000 | 10101110 | 10010001 | 0 | 1001 | 11000 | 11001 | 100101 | 11011 | 1000010 |
Color Harmonies of #C0AE91
Complementary color
Monochromatic Colors of #C0AE91
Black with #C0AE91
Text Example
Text Example
White with #C0AE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE91; }
p { color: rgb(192,174,145); }
H1.HeaderClassName
{
color: #C0AE91;
}
.AnyTagClassName
{
color: #C0AE91;
}
</style>
background-color css
<style>
a { background-color: #C0AE91; }
a { background-color: rgb(192,174,145); }
div.DivClassName
{
background-color: #C0AE91;
}
.BgClassName
{
background-color: #C0AE91;
}
</style>
border-color css
<style>
span { border-color: #C0AE91; }
span { border-color: rgb(192,174,145); }
td.TdClassName
{
border-color: #C0AE91;
}
.TagClassName
{
border-color: #C0AE91;
}
</style>