Shades of Akaroa #B7AD9A
Tints of Akaroa #B7AD9A
RGB
CMYK
RGB Variations
Color information
#B7AD9A (or 0xB7AD9A) is known color: Akaroa. HEX triplet: B7, AD and 9A. RGB value is (183,173,154). Sum of RGB (Red+Green+Blue) = 183+173+154=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9A is #485265. Grayscale: #ADADAD. Windows color (decimal): -4739686 or 10137015. OLE color: 10137015.
HSL color Cylindrical-coordinate representation of color #B7AD9A: hue angle of 39.31º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7AD9A is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 173 | 154 | - |
CMYK | 0 | 0.05 | 0.16 | 0.28 |
HSL | 39.31º | 0.17% | 0.66% | - |
HSV(B) | 39.31º | 0.16% | 0.72% | - |
XYZ | 40.3 | 42.29 | 36.61 | - |
YUV | 173.82 | 116.81 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 154 | 0 | 0.05 | 0.16 | 0.28 | 39.31 | 0.17 | 0.66 |
Hex | B7 | AD | 9A | 0 | 5 | 10 | 1C | 27 | 11 | 42 |
Octal | 267 | 255 | 232 | 0 | 5 | 20 | 34 | 47 | 21 | 102 |
Binary | 10110111 | 10101101 | 10011010 | 0 | 101 | 10000 | 11100 | 100111 | 10001 | 1000010 |
Color Harmonies of #B7AD9A
Complementary color
Monochromatic Colors of #B7AD9A
Black with #B7AD9A
Text Example
Text Example
White with #B7AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD9A; }
p { color: rgb(183,173,154); }
H1.HeaderClassName
{
color: #B7AD9A;
}
.AnyTagClassName
{
color: #B7AD9A;
}
</style>
background-color css
<style>
a { background-color: #B7AD9A; }
a { background-color: rgb(183,173,154); }
div.DivClassName
{
background-color: #B7AD9A;
}
.BgClassName
{
background-color: #B7AD9A;
}
</style>
border-color css
<style>
span { border-color: #B7AD9A; }
span { border-color: rgb(183,173,154); }
td.TdClassName
{
border-color: #B7AD9A;
}
.TagClassName
{
border-color: #B7AD9A;
}
</style>