Shades of Akaroa #C0AF99
Tints of Akaroa #C0AF99
RGB
CMYK
RGB Variations
Color information
#C0AF99 (or 0xC0AF99) is known color: Akaroa. HEX triplet: C0, AF and 99. RGB value is (192,175,153). Sum of RGB (Red+Green+Blue) = 192+175+153=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF99 is #3F5066. Grayscale: #B1B1B1. Windows color (decimal): -4149351 or 10072000. OLE color: 10072000.
HSL color Cylindrical-coordinate representation of color #C0AF99: hue angle of 33.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0AF99 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 153 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.25 |
| HSL | 33.85º | 0.24% | 0.68% | - |
| HSV(B) | 33.85º | 0.2% | 0.75% | - |
| XYZ | 42.82 | 44.17 | 36.41 | - |
| YUV | 177.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 153 | 0 | 0.09 | 0.20 | 0.25 | 33.85 | 0.24 | 0.68 |
| Hex | C0 | AF | 99 | 0 | 9 | 14 | 19 | 22 | 18 | 44 |
| Octal | 300 | 257 | 231 | 0 | 11 | 24 | 31 | 42 | 30 | 104 |
| Binary | 11000000 | 10101111 | 10011001 | 0 | 1001 | 10100 | 11001 | 100010 | 11000 | 1000100 |
Color Harmonies of #C0AF99
Complementary color
Monochromatic Colors of #C0AF99
Black with #C0AF99
Text Example
Text Example
White with #C0AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF99; }
p { color: rgb(192,175,153); }
H1.HeaderClassName
{
color: #C0AF99;
}
.AnyTagClassName
{
color: #C0AF99;
}
</style>
background-color css
<style>
a { background-color: #C0AF99; }
a { background-color: rgb(192,175,153); }
div.DivClassName
{
background-color: #C0AF99;
}
.BgClassName
{
background-color: #C0AF99;
}
</style>
border-color css
<style>
span { border-color: #C0AF99; }
span { border-color: rgb(192,175,153); }
td.TdClassName
{
border-color: #C0AF99;
}
.TagClassName
{
border-color: #C0AF99;
}
</style>