Shades of Brandy Rose #A68980
Tints of Brandy Rose #A68980
RGB
CMYK
RGB Variations
Color information
#A68980 (or 0xA68980) is known color: Brandy Rose. HEX triplet: A6, 89 and 80. RGB value is (166,137,128). Sum of RGB (Red+Green+Blue) = 166+137+128=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68980 is #59767F. Grayscale: #909090. Windows color (decimal): -5863040 or 8423846. OLE color: 8423846.
HSL color Cylindrical-coordinate representation of color #A68980: hue angle of 14.21º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68980 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 128 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.35 |
| HSL | 14.21º | 0.18% | 0.58% | - |
| HSV(B) | 14.21º | 0.23% | 0.65% | - |
| XYZ | 28.57 | 27.56 | 24.24 | - |
| YUV | 144.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 128 | 0 | 0.17 | 0.23 | 0.35 | 14.21 | 0.18 | 0.58 |
| Hex | A6 | 89 | 80 | 0 | 11 | 17 | 23 | E | 12 | 3A |
| Octal | 246 | 211 | 200 | 0 | 21 | 27 | 43 | 16 | 22 | 72 |
| Binary | 10100110 | 10001001 | 10000000 | 0 | 10001 | 10111 | 100011 | 1110 | 10010 | 111010 |
Color Harmonies of #A68980
Complementary color
Monochromatic Colors of #A68980
Black with #A68980
Text Example
Text Example
White with #A68980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68980; }
p { color: rgb(166,137,128); }
H1.HeaderClassName
{
color: #A68980;
}
.AnyTagClassName
{
color: #A68980;
}
</style>
background-color css
<style>
a { background-color: #A68980; }
a { background-color: rgb(166,137,128); }
div.DivClassName
{
background-color: #A68980;
}
.BgClassName
{
background-color: #A68980;
}
</style>
border-color css
<style>
span { border-color: #A68980; }
span { border-color: rgb(166,137,128); }
td.TdClassName
{
border-color: #A68980;
}
.TagClassName
{
border-color: #A68980;
}
</style>