Shades of Brandy Rose #A68A80
Tints of Brandy Rose #A68A80
RGB
CMYK
RGB Variations
Color information
#A68A80 (or 0xA68A80) is known color: Brandy Rose. HEX triplet: A6, 8A and 80. RGB value is (166,138,128). Sum of RGB (Red+Green+Blue) = 166+138+128=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68A80 is #59757F. Grayscale: #919191. Windows color (decimal): -5862784 or 8424102. OLE color: 8424102.
HSL color Cylindrical-coordinate representation of color #A68A80: hue angle of 15.79º 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 #A68A80 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 128 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.35 |
| HSL | 15.79º | 0.18% | 0.58% | - |
| HSV(B) | 15.79º | 0.23% | 0.65% | - |
| XYZ | 28.71 | 27.84 | 24.28 | - |
| YUV | 145.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 128 | 0 | 0.17 | 0.23 | 0.35 | 15.79 | 0.18 | 0.58 |
| Hex | A6 | 8A | 80 | 0 | 11 | 17 | 23 | 10 | 12 | 3A |
| Octal | 246 | 212 | 200 | 0 | 21 | 27 | 43 | 20 | 22 | 72 |
| Binary | 10100110 | 10001010 | 10000000 | 0 | 10001 | 10111 | 100011 | 10000 | 10010 | 111010 |
Color Harmonies of #A68A80
Complementary color
Monochromatic Colors of #A68A80
Black with #A68A80
Text Example
Text Example
White with #A68A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A80; }
p { color: rgb(166,138,128); }
H1.HeaderClassName
{
color: #A68A80;
}
.AnyTagClassName
{
color: #A68A80;
}
</style>
background-color css
<style>
a { background-color: #A68A80; }
a { background-color: rgb(166,138,128); }
div.DivClassName
{
background-color: #A68A80;
}
.BgClassName
{
background-color: #A68A80;
}
</style>
border-color css
<style>
span { border-color: #A68A80; }
span { border-color: rgb(166,138,128); }
td.TdClassName
{
border-color: #A68A80;
}
.TagClassName
{
border-color: #A68A80;
}
</style>