Shades of Akaroa #C1AE92
Tints of Akaroa #C1AE92
RGB
CMYK
RGB Variations
Color information
#C1AE92 (or 0xC1AE92) is known color: Akaroa. HEX triplet: C1, AE and 92. RGB value is (193,174,146). Sum of RGB (Red+Green+Blue) = 193+174+146=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AE92 is #3E516D. Grayscale: #B0B0B0. Windows color (decimal): -4084078 or 9612993. OLE color: 9612993.
HSL color Cylindrical-coordinate representation of color #C1AE92: hue angle of 35.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AE92 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 146 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.24 |
| HSL | 35.74º | 0.27% | 0.66% | - |
| HSV(B) | 35.74º | 0.24% | 0.76% | - |
| XYZ | 42.32 | 43.68 | 33.4 | - |
| YUV | 176.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 146 | 0 | 0.10 | 0.24 | 0.24 | 35.74 | 0.27 | 0.66 |
| Hex | C1 | AE | 92 | 0 | A | 18 | 18 | 24 | 1B | 42 |
| Octal | 301 | 256 | 222 | 0 | 12 | 30 | 30 | 44 | 33 | 102 |
| Binary | 11000001 | 10101110 | 10010010 | 0 | 1010 | 11000 | 11000 | 100100 | 11011 | 1000010 |
Color Harmonies of #C1AE92
Complementary color
Monochromatic Colors of #C1AE92
Black with #C1AE92
Text Example
Text Example
White with #C1AE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AE92; }
p { color: rgb(193,174,146); }
H1.HeaderClassName
{
color: #C1AE92;
}
.AnyTagClassName
{
color: #C1AE92;
}
</style>
background-color css
<style>
a { background-color: #C1AE92; }
a { background-color: rgb(193,174,146); }
div.DivClassName
{
background-color: #C1AE92;
}
.BgClassName
{
background-color: #C1AE92;
}
</style>
border-color css
<style>
span { border-color: #C1AE92; }
span { border-color: rgb(193,174,146); }
td.TdClassName
{
border-color: #C1AE92;
}
.TagClassName
{
border-color: #C1AE92;
}
</style>