Shades of Akaroa #C1AC90
Tints of Akaroa #C1AC90
RGB
CMYK
RGB Variations
Color information
#C1AC90 (or 0xC1AC90) is known color: Akaroa. HEX triplet: C1, AC and 90. RGB value is (193,172,144). Sum of RGB (Red+Green+Blue) = 193+172+144=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC90 is #3E536F. Grayscale: #AFAFAF. Windows color (decimal): -4084592 or 9481409. OLE color: 9481409.
HSL color Cylindrical-coordinate representation of color #C1AC90: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1AC90 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 144 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.24 |
| HSL | 34.29º | 0.28% | 0.66% | - |
| HSV(B) | 34.29º | 0.25% | 0.76% | - |
| XYZ | 41.78 | 42.86 | 32.46 | - |
| YUV | 175.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 144 | 0 | 0.11 | 0.25 | 0.24 | 34.29 | 0.28 | 0.66 |
| Hex | C1 | AC | 90 | 0 | B | 19 | 18 | 22 | 1C | 42 |
| Octal | 301 | 254 | 220 | 0 | 13 | 31 | 30 | 42 | 34 | 102 |
| Binary | 11000001 | 10101100 | 10010000 | 0 | 1011 | 11001 | 11000 | 100010 | 11100 | 1000010 |
Color Harmonies of #C1AC90
Complementary color
Monochromatic Colors of #C1AC90
Black with #C1AC90
Text Example
Text Example
White with #C1AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC90; }
p { color: rgb(193,172,144); }
H1.HeaderClassName
{
color: #C1AC90;
}
.AnyTagClassName
{
color: #C1AC90;
}
</style>
background-color css
<style>
a { background-color: #C1AC90; }
a { background-color: rgb(193,172,144); }
div.DivClassName
{
background-color: #C1AC90;
}
.BgClassName
{
background-color: #C1AC90;
}
</style>
border-color css
<style>
span { border-color: #C1AC90; }
span { border-color: rgb(193,172,144); }
td.TdClassName
{
border-color: #C1AC90;
}
.TagClassName
{
border-color: #C1AC90;
}
</style>