Shades of Akaroa #BAAF99
Tints of Akaroa #BAAF99
RGB
CMYK
RGB Variations
Color information
#BAAF99 (or 0xBAAF99) is known color: Akaroa. HEX triplet: BA, AF and 99. RGB value is (186,175,153). Sum of RGB (Red+Green+Blue) = 186+175+153=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF99 is #455066. Grayscale: #AFAFAF. Windows color (decimal): -4542567 or 10071994. OLE color: 10071994.
HSL color Cylindrical-coordinate representation of color #BAAF99: hue angle of 40º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAF99 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 153 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.27 |
| HSL | 40º | 0.19% | 0.66% | - |
| HSV(B) | 40º | 0.18% | 0.73% | - |
| XYZ | 41.33 | 43.4 | 36.34 | - |
| YUV | 175.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 153 | 0 | 0.06 | 0.18 | 0.27 | 40 | 0.19 | 0.66 |
| Hex | BA | AF | 99 | 0 | 6 | 12 | 1B | 28 | 13 | 42 |
| Octal | 272 | 257 | 231 | 0 | 6 | 22 | 33 | 50 | 23 | 102 |
| Binary | 10111010 | 10101111 | 10011001 | 0 | 110 | 10010 | 11011 | 101000 | 10011 | 1000010 |
Color Harmonies of #BAAF99
Complementary color
Monochromatic Colors of #BAAF99
Black with #BAAF99
Text Example
Text Example
White with #BAAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF99; }
p { color: rgb(186,175,153); }
H1.HeaderClassName
{
color: #BAAF99;
}
.AnyTagClassName
{
color: #BAAF99;
}
</style>
background-color css
<style>
a { background-color: #BAAF99; }
a { background-color: rgb(186,175,153); }
div.DivClassName
{
background-color: #BAAF99;
}
.BgClassName
{
background-color: #BAAF99;
}
</style>
border-color css
<style>
span { border-color: #BAAF99; }
span { border-color: rgb(186,175,153); }
td.TdClassName
{
border-color: #BAAF99;
}
.TagClassName
{
border-color: #BAAF99;
}
</style>