Shades of Brandy Rose #A48880
Tints of Brandy Rose #A48880
RGB
CMYK
RGB Variations
Color information
#A48880 (or 0xA48880) is known color: Brandy Rose. HEX triplet: A4, 88 and 80. RGB value is (164,136,128). Sum of RGB (Red+Green+Blue) = 164+136+128=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48880 is #5B777F. Grayscale: #8F8F8F. Windows color (decimal): -5994368 or 8423588. OLE color: 8423588.
HSL color Cylindrical-coordinate representation of color #A48880: hue angle of 13.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48880 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 128 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.36 |
| HSL | 13.33º | 0.17% | 0.57% | - |
| HSV(B) | 13.33º | 0.22% | 0.64% | - |
| XYZ | 28.01 | 27.06 | 24.17 | - |
| YUV | 143.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 128 | 0 | 0.17 | 0.22 | 0.36 | 13.33 | 0.17 | 0.57 |
| Hex | A4 | 88 | 80 | 0 | 11 | 16 | 24 | D | 11 | 39 |
| Octal | 244 | 210 | 200 | 0 | 21 | 26 | 44 | 15 | 21 | 71 |
| Binary | 10100100 | 10001000 | 10000000 | 0 | 10001 | 10110 | 100100 | 1101 | 10001 | 111001 |
Color Harmonies of #A48880
Complementary color
Monochromatic Colors of #A48880
Black with #A48880
Text Example
Text Example
White with #A48880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48880; }
p { color: rgb(164,136,128); }
H1.HeaderClassName
{
color: #A48880;
}
.AnyTagClassName
{
color: #A48880;
}
</style>
background-color css
<style>
a { background-color: #A48880; }
a { background-color: rgb(164,136,128); }
div.DivClassName
{
background-color: #A48880;
}
.BgClassName
{
background-color: #A48880;
}
</style>
border-color css
<style>
span { border-color: #A48880; }
span { border-color: rgb(164,136,128); }
td.TdClassName
{
border-color: #A48880;
}
.TagClassName
{
border-color: #A48880;
}
</style>