Shades of Akaroa #B9AF9E
Tints of Akaroa #B9AF9E
RGB
CMYK
RGB Variations
Color information
#B9AF9E (or 0xB9AF9E) is known color: Akaroa. HEX triplet: B9, AF and 9E. RGB value is (185,175,158). Sum of RGB (Red+Green+Blue) = 185+175+158=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9E is #465061. Grayscale: #B0B0B0. Windows color (decimal): -4608098 or 10399673. OLE color: 10399673.
HSL color Cylindrical-coordinate representation of color #B9AF9E: hue angle of 37.78º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AF9E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 158 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.27 |
| HSL | 37.78º | 0.16% | 0.67% | - |
| HSV(B) | 37.78º | 0.15% | 0.73% | - |
| XYZ | 41.51 | 43.44 | 38.55 | - |
| YUV | 176.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 158 | 0 | 0.05 | 0.15 | 0.27 | 37.78 | 0.16 | 0.67 |
| Hex | B9 | AF | 9E | 0 | 5 | F | 1B | 26 | 10 | 43 |
| Octal | 271 | 257 | 236 | 0 | 5 | 17 | 33 | 46 | 20 | 103 |
| Binary | 10111001 | 10101111 | 10011110 | 0 | 101 | 1111 | 11011 | 100110 | 10000 | 1000011 |
Color Harmonies of #B9AF9E
Complementary color
Monochromatic Colors of #B9AF9E
Black with #B9AF9E
Text Example
Text Example
White with #B9AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF9E; }
p { color: rgb(185,175,158); }
H1.HeaderClassName
{
color: #B9AF9E;
}
.AnyTagClassName
{
color: #B9AF9E;
}
</style>
background-color css
<style>
a { background-color: #B9AF9E; }
a { background-color: rgb(185,175,158); }
div.DivClassName
{
background-color: #B9AF9E;
}
.BgClassName
{
background-color: #B9AF9E;
}
</style>
border-color css
<style>
span { border-color: #B9AF9E; }
span { border-color: rgb(185,175,158); }
td.TdClassName
{
border-color: #B9AF9E;
}
.TagClassName
{
border-color: #B9AF9E;
}
</style>