Shades of Brandy Rose #A68881
Tints of Brandy Rose #A68881
RGB
CMYK
RGB Variations
Color information
#A68881 (or 0xA68881) is known color: Brandy Rose. HEX triplet: A6, 88 and 81. RGB value is (166,136,129). Sum of RGB (Red+Green+Blue) = 166+136+129=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68881 is #59777E. Grayscale: #909090. Windows color (decimal): -5863295 or 8489126. OLE color: 8489126.
HSL color Cylindrical-coordinate representation of color #A68881: hue angle of 11.35º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68881 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 129 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.35 |
| HSL | 11.35º | 0.17% | 0.58% | - |
| HSV(B) | 11.35º | 0.22% | 0.65% | - |
| XYZ | 28.49 | 27.3 | 24.54 | - |
| YUV | 144.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 129 | 0 | 0.18 | 0.22 | 0.35 | 11.35 | 0.17 | 0.58 |
| Hex | A6 | 88 | 81 | 0 | 12 | 16 | 23 | B | 11 | 3A |
| Octal | 246 | 210 | 201 | 0 | 22 | 26 | 43 | 13 | 21 | 72 |
| Binary | 10100110 | 10001000 | 10000001 | 0 | 10010 | 10110 | 100011 | 1011 | 10001 | 111010 |
Color Harmonies of #A68881
Complementary color
Monochromatic Colors of #A68881
Black with #A68881
Text Example
Text Example
White with #A68881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68881; }
p { color: rgb(166,136,129); }
H1.HeaderClassName
{
color: #A68881;
}
.AnyTagClassName
{
color: #A68881;
}
</style>
background-color css
<style>
a { background-color: #A68881; }
a { background-color: rgb(166,136,129); }
div.DivClassName
{
background-color: #A68881;
}
.BgClassName
{
background-color: #A68881;
}
</style>
border-color css
<style>
span { border-color: #A68881; }
span { border-color: rgb(166,136,129); }
td.TdClassName
{
border-color: #A68881;
}
.TagClassName
{
border-color: #A68881;
}
</style>