Shades of Akaroa #B9AD9A
Tints of Akaroa #B9AD9A
RGB
CMYK
RGB Variations
Color information
#B9AD9A (or 0xB9AD9A) is known color: Akaroa. HEX triplet: B9, AD and 9A. RGB value is (185,173,154). Sum of RGB (Red+Green+Blue) = 185+173+154=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9A is #465265. Grayscale: #AEAEAE. Windows color (decimal): -4608614 or 10137017. OLE color: 10137017.
HSL color Cylindrical-coordinate representation of color #B9AD9A: hue angle of 36.77º degrees, saturation: 0.18, 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 #B9AD9A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 154 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.27 |
| HSL | 36.77º | 0.18% | 0.66% | - |
| HSV(B) | 36.77º | 0.17% | 0.73% | - |
| XYZ | 40.78 | 42.53 | 36.63 | - |
| YUV | 174.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 154 | 0 | 0.06 | 0.17 | 0.27 | 36.77 | 0.18 | 0.66 |
| Hex | B9 | AD | 9A | 0 | 6 | 11 | 1B | 25 | 12 | 42 |
| Octal | 271 | 255 | 232 | 0 | 6 | 21 | 33 | 45 | 22 | 102 |
| Binary | 10111001 | 10101101 | 10011010 | 0 | 110 | 10001 | 11011 | 100101 | 10010 | 1000010 |
Color Harmonies of #B9AD9A
Complementary color
Monochromatic Colors of #B9AD9A
Black with #B9AD9A
Text Example
Text Example
White with #B9AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD9A; }
p { color: rgb(185,173,154); }
H1.HeaderClassName
{
color: #B9AD9A;
}
.AnyTagClassName
{
color: #B9AD9A;
}
</style>
background-color css
<style>
a { background-color: #B9AD9A; }
a { background-color: rgb(185,173,154); }
div.DivClassName
{
background-color: #B9AD9A;
}
.BgClassName
{
background-color: #B9AD9A;
}
</style>
border-color css
<style>
span { border-color: #B9AD9A; }
span { border-color: rgb(185,173,154); }
td.TdClassName
{
border-color: #B9AD9A;
}
.TagClassName
{
border-color: #B9AD9A;
}
</style>