Shades of Akaroa #C0AD97
Tints of Akaroa #C0AD97
RGB
CMYK
RGB Variations
Color information
#C0AD97 (or 0xC0AD97) is known color: Akaroa. HEX triplet: C0, AD and 97. RGB value is (192,173,151). Sum of RGB (Red+Green+Blue) = 192+173+151=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD97 is #3F5268. Grayscale: #B0B0B0. Windows color (decimal): -4149865 or 9940416. OLE color: 9940416.
HSL color Cylindrical-coordinate representation of color #C0AD97: hue angle of 32.2º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AD97 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 151 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.25 |
| HSL | 32.2º | 0.25% | 0.67% | - |
| HSV(B) | 32.2º | 0.21% | 0.75% | - |
| XYZ | 42.27 | 43.33 | 35.41 | - |
| YUV | 176.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 151 | 0 | 0.10 | 0.21 | 0.25 | 32.2 | 0.25 | 0.67 |
| Hex | C0 | AD | 97 | 0 | A | 15 | 19 | 20 | 19 | 43 |
| Octal | 300 | 255 | 227 | 0 | 12 | 25 | 31 | 40 | 31 | 103 |
| Binary | 11000000 | 10101101 | 10010111 | 0 | 1010 | 10101 | 11001 | 100000 | 11001 | 1000011 |
Color Harmonies of #C0AD97
Complementary color
Monochromatic Colors of #C0AD97
Black with #C0AD97
Text Example
Text Example
White with #C0AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD97; }
p { color: rgb(192,173,151); }
H1.HeaderClassName
{
color: #C0AD97;
}
.AnyTagClassName
{
color: #C0AD97;
}
</style>
background-color css
<style>
a { background-color: #C0AD97; }
a { background-color: rgb(192,173,151); }
div.DivClassName
{
background-color: #C0AD97;
}
.BgClassName
{
background-color: #C0AD97;
}
</style>
border-color css
<style>
span { border-color: #C0AD97; }
span { border-color: rgb(192,173,151); }
td.TdClassName
{
border-color: #C0AD97;
}
.TagClassName
{
border-color: #C0AD97;
}
</style>