Shades of Akaroa #BAAD9B
Tints of Akaroa #BAAD9B
RGB
CMYK
RGB Variations
Color information
#BAAD9B (or 0xBAAD9B) is known color: Akaroa. HEX triplet: BA, AD and 9B. RGB value is (186,173,155). Sum of RGB (Red+Green+Blue) = 186+173+155=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9B is #455264. Grayscale: #AEAEAE. Windows color (decimal): -4543077 or 10202554. OLE color: 10202554.
HSL color Cylindrical-coordinate representation of color #BAAD9B: hue angle of 34.84º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAD9B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 173 | 155 | - |
CMYK | 0 | 0.07 | 0.17 | 0.27 |
HSL | 34.84º | 0.18% | 0.67% | - |
HSV(B) | 34.84º | 0.17% | 0.73% | - |
XYZ | 41.11 | 42.69 | 37.08 | - |
YUV | 174.84 | 116.81 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 155 | 0 | 0.07 | 0.17 | 0.27 | 34.84 | 0.18 | 0.67 |
Hex | BA | AD | 9B | 0 | 7 | 11 | 1B | 23 | 12 | 43 |
Octal | 272 | 255 | 233 | 0 | 7 | 21 | 33 | 43 | 22 | 103 |
Binary | 10111010 | 10101101 | 10011011 | 0 | 111 | 10001 | 11011 | 100011 | 10010 | 1000011 |
Color Harmonies of #BAAD9B
Complementary color
Monochromatic Colors of #BAAD9B
Black with #BAAD9B
Text Example
Text Example
White with #BAAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAD9B; }
p { color: rgb(186,173,155); }
H1.HeaderClassName
{
color: #BAAD9B;
}
.AnyTagClassName
{
color: #BAAD9B;
}
</style>
background-color css
<style>
a { background-color: #BAAD9B; }
a { background-color: rgb(186,173,155); }
div.DivClassName
{
background-color: #BAAD9B;
}
.BgClassName
{
background-color: #BAAD9B;
}
</style>
border-color css
<style>
span { border-color: #BAAD9B; }
span { border-color: rgb(186,173,155); }
td.TdClassName
{
border-color: #BAAD9B;
}
.TagClassName
{
border-color: #BAAD9B;
}
</style>