Shades of Akaroa #B9AD99
Tints of Akaroa #B9AD99
RGB
CMYK
RGB Variations
Color information
#B9AD99 (or 0xB9AD99) is known color: Akaroa. HEX triplet: B9, AD and 99. RGB value is (185,173,153). Sum of RGB (Red+Green+Blue) = 185+173+153=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD99 is #465266. Grayscale: #AEAEAE. Windows color (decimal): -4608615 or 10071481. OLE color: 10071481.
HSL color Cylindrical-coordinate representation of color #B9AD99: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AD99 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 153 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.27 |
| HSL | 37.5º | 0.19% | 0.66% | - |
| HSV(B) | 37.5º | 0.17% | 0.73% | - |
| XYZ | 40.7 | 42.5 | 36.2 | - |
| YUV | 174.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 153 | 0 | 0.06 | 0.17 | 0.27 | 37.5 | 0.19 | 0.66 |
| Hex | B9 | AD | 99 | 0 | 6 | 11 | 1B | 26 | 13 | 42 |
| Octal | 271 | 255 | 231 | 0 | 6 | 21 | 33 | 46 | 23 | 102 |
| Binary | 10111001 | 10101101 | 10011001 | 0 | 110 | 10001 | 11011 | 100110 | 10011 | 1000010 |
Color Harmonies of #B9AD99
Complementary color
Monochromatic Colors of #B9AD99
Black with #B9AD99
Text Example
Text Example
White with #B9AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD99; }
p { color: rgb(185,173,153); }
H1.HeaderClassName
{
color: #B9AD99;
}
.AnyTagClassName
{
color: #B9AD99;
}
</style>
background-color css
<style>
a { background-color: #B9AD99; }
a { background-color: rgb(185,173,153); }
div.DivClassName
{
background-color: #B9AD99;
}
.BgClassName
{
background-color: #B9AD99;
}
</style>
border-color css
<style>
span { border-color: #B9AD99; }
span { border-color: rgb(185,173,153); }
td.TdClassName
{
border-color: #B9AD99;
}
.TagClassName
{
border-color: #B9AD99;
}
</style>