Shades of Brandy Rose #AF8679
Tints of Brandy Rose #AF8679
RGB
CMYK
RGB Variations
Color information
#AF8679 (or 0xAF8679) is known color: Brandy Rose. HEX triplet: AF, 86 and 79. RGB value is (175,134,121). Sum of RGB (Red+Green+Blue) = 175+134+121=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8679 is #507986. Grayscale: #909090. Windows color (decimal): -5273991 or 7964335. OLE color: 7964335.
HSL color Cylindrical-coordinate representation of color #AF8679: hue angle of 14.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8679 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 121 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.31 |
| HSL | 14.44º | 0.25% | 0.58% | - |
| HSV(B) | 14.44º | 0.31% | 0.69% | - |
| XYZ | 29.66 | 27.54 | 21.84 | - |
| YUV | 144.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 121 | 0 | 0.23 | 0.31 | 0.31 | 14.44 | 0.25 | 0.58 |
| Hex | AF | 86 | 79 | 0 | 17 | 1F | 1F | E | 19 | 3A |
| Octal | 257 | 206 | 171 | 0 | 27 | 37 | 37 | 16 | 31 | 72 |
| Binary | 10101111 | 10000110 | 1111001 | 0 | 10111 | 11111 | 11111 | 1110 | 11001 | 111010 |
Color Harmonies of #AF8679
Complementary color
Monochromatic Colors of #AF8679
Black with #AF8679
Text Example
Text Example
White with #AF8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8679; }
p { color: rgb(175,134,121); }
H1.HeaderClassName
{
color: #AF8679;
}
.AnyTagClassName
{
color: #AF8679;
}
</style>
background-color css
<style>
a { background-color: #AF8679; }
a { background-color: rgb(175,134,121); }
div.DivClassName
{
background-color: #AF8679;
}
.BgClassName
{
background-color: #AF8679;
}
</style>
border-color css
<style>
span { border-color: #AF8679; }
span { border-color: rgb(175,134,121); }
td.TdClassName
{
border-color: #AF8679;
}
.TagClassName
{
border-color: #AF8679;
}
</style>