Shades of Brandy Rose #A38881
Tints of Brandy Rose #A38881
RGB
CMYK
RGB Variations
Color information
#A38881 (or 0xA38881) is known color: Brandy Rose. HEX triplet: A3, 88 and 81. RGB value is (163,136,129). Sum of RGB (Red+Green+Blue) = 163+136+129=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A38881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38881 is #5C777E. Grayscale: #8F8F8F. Windows color (decimal): -6059903 or 8489123. OLE color: 8489123.
HSL color Cylindrical-coordinate representation of color #A38881: hue angle of 12.35º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38881 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 129 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.36 |
| HSL | 12.35º | 0.16% | 0.57% | - |
| HSV(B) | 12.35º | 0.21% | 0.64% | - |
| XYZ | 27.87 | 26.98 | 24.51 | - |
| YUV | 143.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 129 | 0 | 0.17 | 0.21 | 0.36 | 12.35 | 0.16 | 0.57 |
| Hex | A3 | 88 | 81 | 0 | 11 | 15 | 24 | C | 10 | 39 |
| Octal | 243 | 210 | 201 | 0 | 21 | 25 | 44 | 14 | 20 | 71 |
| Binary | 10100011 | 10001000 | 10000001 | 0 | 10001 | 10101 | 100100 | 1100 | 10000 | 111001 |
Color Harmonies of #A38881
Complementary color
Monochromatic Colors of #A38881
Black with #A38881
Text Example
Text Example
White with #A38881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38881; }
p { color: rgb(163,136,129); }
H1.HeaderClassName
{
color: #A38881;
}
.AnyTagClassName
{
color: #A38881;
}
</style>
background-color css
<style>
a { background-color: #A38881; }
a { background-color: rgb(163,136,129); }
div.DivClassName
{
background-color: #A38881;
}
.BgClassName
{
background-color: #A38881;
}
</style>
border-color css
<style>
span { border-color: #A38881; }
span { border-color: rgb(163,136,129); }
td.TdClassName
{
border-color: #A38881;
}
.TagClassName
{
border-color: #A38881;
}
</style>