Shades of Brandy Rose #AF877A
Tints of Brandy Rose #AF877A
RGB
CMYK
RGB Variations
Color information
#AF877A (or 0xAF877A) is known color: Brandy Rose. HEX triplet: AF, 87 and 7A. RGB value is (175,135,122). Sum of RGB (Red+Green+Blue) = 175+135+122=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF877A is #507885. Grayscale: #919191. Windows color (decimal): -5273734 or 8030127. OLE color: 8030127.
HSL color Cylindrical-coordinate representation of color #AF877A: hue angle of 14.72º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF877A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 122 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.31 |
| HSL | 14.72º | 0.25% | 0.58% | - |
| HSV(B) | 14.72º | 0.3% | 0.69% | - |
| XYZ | 29.86 | 27.85 | 22.21 | - |
| YUV | 145.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 122 | 0 | 0.23 | 0.30 | 0.31 | 14.72 | 0.25 | 0.58 |
| Hex | AF | 87 | 7A | 0 | 17 | 1E | 1F | F | 19 | 3A |
| Octal | 257 | 207 | 172 | 0 | 27 | 36 | 37 | 17 | 31 | 72 |
| Binary | 10101111 | 10000111 | 1111010 | 0 | 10111 | 11110 | 11111 | 1111 | 11001 | 111010 |
Color Harmonies of #AF877A
Complementary color
Monochromatic Colors of #AF877A
Black with #AF877A
Text Example
Text Example
White with #AF877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF877A; }
p { color: rgb(175,135,122); }
H1.HeaderClassName
{
color: #AF877A;
}
.AnyTagClassName
{
color: #AF877A;
}
</style>
background-color css
<style>
a { background-color: #AF877A; }
a { background-color: rgb(175,135,122); }
div.DivClassName
{
background-color: #AF877A;
}
.BgClassName
{
background-color: #AF877A;
}
</style>
border-color css
<style>
span { border-color: #AF877A; }
span { border-color: rgb(175,135,122); }
td.TdClassName
{
border-color: #AF877A;
}
.TagClassName
{
border-color: #AF877A;
}
</style>