Shades of Akaroa #B7AD9B
Tints of Akaroa #B7AD9B
RGB
CMYK
RGB Variations
Color information
#B7AD9B (or 0xB7AD9B) is known color: Akaroa. HEX triplet: B7, AD and 9B. RGB value is (183,173,155). Sum of RGB (Red+Green+Blue) = 183+173+155=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9B is #485264. Grayscale: #AEAEAE. Windows color (decimal): -4739685 or 10202551. OLE color: 10202551.
HSL color Cylindrical-coordinate representation of color #B7AD9B: hue angle of 38.57º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AD9B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 155 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.28 |
| HSL | 38.57º | 0.16% | 0.66% | - |
| HSV(B) | 38.57º | 0.15% | 0.72% | - |
| XYZ | 40.39 | 42.32 | 37.05 | - |
| YUV | 173.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 155 | 0 | 0.05 | 0.15 | 0.28 | 38.57 | 0.16 | 0.66 |
| Hex | B7 | AD | 9B | 0 | 5 | F | 1C | 27 | 10 | 42 |
| Octal | 267 | 255 | 233 | 0 | 5 | 17 | 34 | 47 | 20 | 102 |
| Binary | 10110111 | 10101101 | 10011011 | 0 | 101 | 1111 | 11100 | 100111 | 10000 | 1000010 |
Color Harmonies of #B7AD9B
Complementary color
Monochromatic Colors of #B7AD9B
Black with #B7AD9B
Text Example
Text Example
White with #B7AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD9B; }
p { color: rgb(183,173,155); }
H1.HeaderClassName
{
color: #B7AD9B;
}
.AnyTagClassName
{
color: #B7AD9B;
}
</style>
background-color css
<style>
a { background-color: #B7AD9B; }
a { background-color: rgb(183,173,155); }
div.DivClassName
{
background-color: #B7AD9B;
}
.BgClassName
{
background-color: #B7AD9B;
}
</style>
border-color css
<style>
span { border-color: #B7AD9B; }
span { border-color: rgb(183,173,155); }
td.TdClassName
{
border-color: #B7AD9B;
}
.TagClassName
{
border-color: #B7AD9B;
}
</style>