Shades of Akaroa #C4AF8E
Tints of Akaroa #C4AF8E
RGB
CMYK
RGB Variations
Color information
#C4AF8E (or 0xC4AF8E) is known color: Akaroa. HEX triplet: C4, AF and 8E. RGB value is (196,175,142). Sum of RGB (Red+Green+Blue) = 196+175+142=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF8E is #3B5071. Grayscale: #B1B1B1. Windows color (decimal): -3887218 or 9351108. OLE color: 9351108.
HSL color Cylindrical-coordinate representation of color #C4AF8E: hue angle of 36.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AF8E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 142 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.23 |
| HSL | 36.67º | 0.31% | 0.66% | - |
| HSV(B) | 36.67º | 0.28% | 0.77% | - |
| XYZ | 42.98 | 44.35 | 31.89 | - |
| YUV | 177.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 142 | 0 | 0.11 | 0.28 | 0.23 | 36.67 | 0.31 | 0.66 |
| Hex | C4 | AF | 8E | 0 | B | 1C | 17 | 25 | 1F | 42 |
| Octal | 304 | 257 | 216 | 0 | 13 | 34 | 27 | 45 | 37 | 102 |
| Binary | 11000100 | 10101111 | 10001110 | 0 | 1011 | 11100 | 10111 | 100101 | 11111 | 1000010 |
Color Harmonies of #C4AF8E
Complementary color
Monochromatic Colors of #C4AF8E
Black with #C4AF8E
Text Example
Text Example
White with #C4AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF8E; }
p { color: rgb(196,175,142); }
H1.HeaderClassName
{
color: #C4AF8E;
}
.AnyTagClassName
{
color: #C4AF8E;
}
</style>
background-color css
<style>
a { background-color: #C4AF8E; }
a { background-color: rgb(196,175,142); }
div.DivClassName
{
background-color: #C4AF8E;
}
.BgClassName
{
background-color: #C4AF8E;
}
</style>
border-color css
<style>
span { border-color: #C4AF8E; }
span { border-color: rgb(196,175,142); }
td.TdClassName
{
border-color: #C4AF8E;
}
.TagClassName
{
border-color: #C4AF8E;
}
</style>