Shades of Akaroa #C0AF93
Tints of Akaroa #C0AF93
RGB
CMYK
RGB Variations
Color information
#C0AF93 (or 0xC0AF93) is known color: Akaroa. HEX triplet: C0, AF and 93. RGB value is (192,175,147). Sum of RGB (Red+Green+Blue) = 192+175+147=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF93 is #3F506C. Grayscale: #B1B1B1. Windows color (decimal): -4149357 or 9678784. OLE color: 9678784.
HSL color Cylindrical-coordinate representation of color #C0AF93: hue angle of 37.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0AF93 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 147 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.25 |
| HSL | 37.33º | 0.26% | 0.66% | - |
| HSV(B) | 37.33º | 0.23% | 0.75% | - |
| XYZ | 42.33 | 43.97 | 33.86 | - |
| YUV | 176.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 147 | 0 | 0.09 | 0.23 | 0.25 | 37.33 | 0.26 | 0.66 |
| Hex | C0 | AF | 93 | 0 | 9 | 17 | 19 | 25 | 1A | 42 |
| Octal | 300 | 257 | 223 | 0 | 11 | 27 | 31 | 45 | 32 | 102 |
| Binary | 11000000 | 10101111 | 10010011 | 0 | 1001 | 10111 | 11001 | 100101 | 11010 | 1000010 |
Color Harmonies of #C0AF93
Complementary color
Monochromatic Colors of #C0AF93
Black with #C0AF93
Text Example
Text Example
White with #C0AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF93; }
p { color: rgb(192,175,147); }
H1.HeaderClassName
{
color: #C0AF93;
}
.AnyTagClassName
{
color: #C0AF93;
}
</style>
background-color css
<style>
a { background-color: #C0AF93; }
a { background-color: rgb(192,175,147); }
div.DivClassName
{
background-color: #C0AF93;
}
.BgClassName
{
background-color: #C0AF93;
}
</style>
border-color css
<style>
span { border-color: #C0AF93; }
span { border-color: rgb(192,175,147); }
td.TdClassName
{
border-color: #C0AF93;
}
.TagClassName
{
border-color: #C0AF93;
}
</style>