Shades of Akaroa #C1AF94
Tints of Akaroa #C1AF94
RGB
CMYK
RGB Variations
Color information
#C1AF94 (or 0xC1AF94) is known color: Akaroa. HEX triplet: C1, AF and 94. RGB value is (193,175,148). Sum of RGB (Red+Green+Blue) = 193+175+148=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF94 is #3E506B. Grayscale: #B1B1B1. Windows color (decimal): -4083820 or 9744321. OLE color: 9744321.
HSL color Cylindrical-coordinate representation of color #C1AF94: hue angle of 36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1AF94 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 148 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.24 |
| HSL | 36º | 0.27% | 0.67% | - |
| HSV(B) | 36º | 0.23% | 0.76% | - |
| XYZ | 42.67 | 44.14 | 34.29 | - |
| YUV | 177.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 148 | 0 | 0.09 | 0.23 | 0.24 | 36 | 0.27 | 0.67 |
| Hex | C1 | AF | 94 | 0 | 9 | 17 | 18 | 24 | 1B | 43 |
| Octal | 301 | 257 | 224 | 0 | 11 | 27 | 30 | 44 | 33 | 103 |
| Binary | 11000001 | 10101111 | 10010100 | 0 | 1001 | 10111 | 11000 | 100100 | 11011 | 1000011 |
Color Harmonies of #C1AF94
Complementary color
Monochromatic Colors of #C1AF94
Black with #C1AF94
Text Example
Text Example
White with #C1AF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF94; }
p { color: rgb(193,175,148); }
H1.HeaderClassName
{
color: #C1AF94;
}
.AnyTagClassName
{
color: #C1AF94;
}
</style>
background-color css
<style>
a { background-color: #C1AF94; }
a { background-color: rgb(193,175,148); }
div.DivClassName
{
background-color: #C1AF94;
}
.BgClassName
{
background-color: #C1AF94;
}
</style>
border-color css
<style>
span { border-color: #C1AF94; }
span { border-color: rgb(193,175,148); }
td.TdClassName
{
border-color: #C1AF94;
}
.TagClassName
{
border-color: #C1AF94;
}
</style>