Shades of Brandy Rose #AF8682
Tints of Brandy Rose #AF8682
RGB
CMYK
RGB Variations
Color information
#AF8682 (or 0xAF8682) is known color: Brandy Rose. HEX triplet: AF, 86 and 82. RGB value is (175,134,130). Sum of RGB (Red+Green+Blue) = 175+134+130=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8682 is #50797D. Grayscale: #919191. Windows color (decimal): -5273982 or 8554159. OLE color: 8554159.
HSL color Cylindrical-coordinate representation of color #AF8682: hue angle of 5.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8682 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 130 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.31 |
| HSL | 5.33º | 0.22% | 0.6% | - |
| HSV(B) | 5.33º | 0.26% | 0.69% | - |
| XYZ | 30.23 | 27.78 | 24.89 | - |
| YUV | 145.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 130 | 0 | 0.23 | 0.26 | 0.31 | 5.33 | 0.22 | 0.6 |
| Hex | AF | 86 | 82 | 0 | 17 | 1A | 1F | 5 | 16 | 3C |
| Octal | 257 | 206 | 202 | 0 | 27 | 32 | 37 | 5 | 26 | 74 |
| Binary | 10101111 | 10000110 | 10000010 | 0 | 10111 | 11010 | 11111 | 101 | 10110 | 111100 |
Color Harmonies of #AF8682
Complementary color
Monochromatic Colors of #AF8682
Black with #AF8682
Text Example
Text Example
White with #AF8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8682; }
p { color: rgb(175,134,130); }
H1.HeaderClassName
{
color: #AF8682;
}
.AnyTagClassName
{
color: #AF8682;
}
</style>
background-color css
<style>
a { background-color: #AF8682; }
a { background-color: rgb(175,134,130); }
div.DivClassName
{
background-color: #AF8682;
}
.BgClassName
{
background-color: #AF8682;
}
</style>
border-color css
<style>
span { border-color: #AF8682; }
span { border-color: rgb(175,134,130); }
td.TdClassName
{
border-color: #AF8682;
}
.TagClassName
{
border-color: #AF8682;
}
</style>