Shades of Brandy Rose #AF8377
Tints of Brandy Rose #AF8377
RGB
CMYK
RGB Variations
Color information
#AF8377 (or 0xAF8377) is known color: Brandy Rose. HEX triplet: AF, 83 and 77. RGB value is (175,131,119). Sum of RGB (Red+Green+Blue) = 175+131+119=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8377 is #507C88. Grayscale: #8E8E8E. Windows color (decimal): -5274761 or 7832495. OLE color: 7832495.
HSL color Cylindrical-coordinate representation of color #AF8377: hue angle of 12.86º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8377 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 119 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.31 |
| HSL | 12.86º | 0.26% | 0.58% | - |
| HSV(B) | 12.86º | 0.32% | 0.69% | - |
| XYZ | 29.13 | 26.68 | 21.07 | - |
| YUV | 142.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 119 | 0 | 0.25 | 0.32 | 0.31 | 12.86 | 0.26 | 0.58 |
| Hex | AF | 83 | 77 | 0 | 19 | 20 | 1F | D | 1A | 3A |
| Octal | 257 | 203 | 167 | 0 | 31 | 40 | 37 | 15 | 32 | 72 |
| Binary | 10101111 | 10000011 | 1110111 | 0 | 11001 | 100000 | 11111 | 1101 | 11010 | 111010 |
Color Harmonies of #AF8377
Complementary color
Monochromatic Colors of #AF8377
Black with #AF8377
Text Example
Text Example
White with #AF8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8377; }
p { color: rgb(175,131,119); }
H1.HeaderClassName
{
color: #AF8377;
}
.AnyTagClassName
{
color: #AF8377;
}
</style>
background-color css
<style>
a { background-color: #AF8377; }
a { background-color: rgb(175,131,119); }
div.DivClassName
{
background-color: #AF8377;
}
.BgClassName
{
background-color: #AF8377;
}
</style>
border-color css
<style>
span { border-color: #AF8377; }
span { border-color: rgb(175,131,119); }
td.TdClassName
{
border-color: #AF8377;
}
.TagClassName
{
border-color: #AF8377;
}
</style>