Shades of Brandy Rose #AD7B7B
Tints of Brandy Rose #AD7B7B
RGB
CMYK
RGB Variations
Color information
#AD7B7B (or 0xAD7B7B) is known color: Brandy Rose. HEX triplet: AD, 7B and 7B. RGB value is (173,123,123). Sum of RGB (Red+Green+Blue) = 173+123+123=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B7B is #528484. Grayscale: #8A8A8A. Windows color (decimal): -5407877 or 8092589. OLE color: 8092589.
HSL color Cylindrical-coordinate representation of color #AD7B7B: hue angle of 0º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7B7B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 123 | 123 | - |
CMYK | 0 | 0.29 | 0.29 | 0.32 |
HSL | 0º | 0.23% | 0.58% | - |
HSV(B) | 0º | 0.29% | 0.68% | - |
XYZ | 27.89 | 24.48 | 21.99 | - |
YUV | 137.95 | 119.57 | 153 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 123 | 123 | 0 | 0.29 | 0.29 | 0.32 | 0 | 0.23 | 0.58 |
Hex | AD | 7B | 7B | 0 | 1D | 1D | 20 | 0 | 17 | 3A |
Octal | 255 | 173 | 173 | 0 | 35 | 35 | 40 | 0 | 27 | 72 |
Binary | 10101101 | 1111011 | 1111011 | 0 | 11101 | 11101 | 100000 | 0 | 10111 | 111010 |
Color Harmonies of #AD7B7B
Complementary color
Monochromatic Colors of #AD7B7B
Black with #AD7B7B
Text Example
Text Example
White with #AD7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B7B; }
p { color: rgb(173,123,123); }
H1.HeaderClassName
{
color: #AD7B7B;
}
.AnyTagClassName
{
color: #AD7B7B;
}
</style>
background-color css
<style>
a { background-color: #AD7B7B; }
a { background-color: rgb(173,123,123); }
div.DivClassName
{
background-color: #AD7B7B;
}
.BgClassName
{
background-color: #AD7B7B;
}
</style>
border-color css
<style>
span { border-color: #AD7B7B; }
span { border-color: rgb(173,123,123); }
td.TdClassName
{
border-color: #AD7B7B;
}
.TagClassName
{
border-color: #AD7B7B;
}
</style>