Shades of Akaroa #C0AE92
Tints of Akaroa #C0AE92
RGB
CMYK
RGB Variations
Color information
#C0AE92 (or 0xC0AE92) is known color: Akaroa. HEX triplet: C0, AE and 92. RGB value is (192,174,146). Sum of RGB (Red+Green+Blue) = 192+174+146=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AE92 is #3F516D. Grayscale: #B0B0B0. Windows color (decimal): -4149614 or 9612992. OLE color: 9612992.
HSL color Cylindrical-coordinate representation of color #C0AE92: hue angle of 36.52º 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 #C0AE92 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 146 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.25 |
| HSL | 36.52º | 0.27% | 0.66% | - |
| HSV(B) | 36.52º | 0.24% | 0.75% | - |
| XYZ | 42.06 | 43.55 | 33.38 | - |
| YUV | 176.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 146 | 0 | 0.09 | 0.24 | 0.25 | 36.52 | 0.27 | 0.66 |
| Hex | C0 | AE | 92 | 0 | 9 | 18 | 19 | 25 | 1B | 42 |
| Octal | 300 | 256 | 222 | 0 | 11 | 30 | 31 | 45 | 33 | 102 |
| Binary | 11000000 | 10101110 | 10010010 | 0 | 1001 | 11000 | 11001 | 100101 | 11011 | 1000010 |
Color Harmonies of #C0AE92
Complementary color
Monochromatic Colors of #C0AE92
Black with #C0AE92
Text Example
Text Example
White with #C0AE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE92; }
p { color: rgb(192,174,146); }
H1.HeaderClassName
{
color: #C0AE92;
}
.AnyTagClassName
{
color: #C0AE92;
}
</style>
background-color css
<style>
a { background-color: #C0AE92; }
a { background-color: rgb(192,174,146); }
div.DivClassName
{
background-color: #C0AE92;
}
.BgClassName
{
background-color: #C0AE92;
}
</style>
border-color css
<style>
span { border-color: #C0AE92; }
span { border-color: rgb(192,174,146); }
td.TdClassName
{
border-color: #C0AE92;
}
.TagClassName
{
border-color: #C0AE92;
}
</style>