Shades of Akaroa #C2AF92
Tints of Akaroa #C2AF92
RGB
CMYK
RGB Variations
Color information
#C2AF92 (or 0xC2AF92) is known color: Akaroa. HEX triplet: C2, AF and 92. RGB value is (194,175,146). Sum of RGB (Red+Green+Blue) = 194+175+146=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF92 is #3D506D. Grayscale: #B1B1B1. Windows color (decimal): -4018286 or 9613250. OLE color: 9613250.
HSL color Cylindrical-coordinate representation of color #C2AF92: hue angle of 36.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2AF92 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 146 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.24 |
| HSL | 36.25º | 0.28% | 0.67% | - |
| HSV(B) | 36.25º | 0.25% | 0.76% | - |
| XYZ | 42.77 | 44.2 | 33.47 | - |
| YUV | 177.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 146 | 0 | 0.10 | 0.25 | 0.24 | 36.25 | 0.28 | 0.67 |
| Hex | C2 | AF | 92 | 0 | A | 19 | 18 | 24 | 1C | 43 |
| Octal | 302 | 257 | 222 | 0 | 12 | 31 | 30 | 44 | 34 | 103 |
| Binary | 11000010 | 10101111 | 10010010 | 0 | 1010 | 11001 | 11000 | 100100 | 11100 | 1000011 |
Color Harmonies of #C2AF92
Complementary color
Monochromatic Colors of #C2AF92
Black with #C2AF92
Text Example
Text Example
White with #C2AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF92; }
p { color: rgb(194,175,146); }
H1.HeaderClassName
{
color: #C2AF92;
}
.AnyTagClassName
{
color: #C2AF92;
}
</style>
background-color css
<style>
a { background-color: #C2AF92; }
a { background-color: rgb(194,175,146); }
div.DivClassName
{
background-color: #C2AF92;
}
.BgClassName
{
background-color: #C2AF92;
}
</style>
border-color css
<style>
span { border-color: #C2AF92; }
span { border-color: rgb(194,175,146); }
td.TdClassName
{
border-color: #C2AF92;
}
.TagClassName
{
border-color: #C2AF92;
}
</style>