Shades of Brandy Rose #AF817B
Tints of Brandy Rose #AF817B
RGB
CMYK
RGB Variations
Color information
#AF817B (or 0xAF817B) is known color: Brandy Rose. HEX triplet: AF, 81 and 7B. RGB value is (175,129,123). Sum of RGB (Red+Green+Blue) = 175+129+123=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF817B is #507E84. Grayscale: #8E8E8E. Windows color (decimal): -5275269 or 8094127. OLE color: 8094127.
HSL color Cylindrical-coordinate representation of color #AF817B: hue angle of 6.92º 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 #AF817B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 123 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.31 |
| HSL | 6.92º | 0.25% | 0.58% | - |
| HSV(B) | 6.92º | 0.3% | 0.69% | - |
| XYZ | 29.1 | 26.24 | 22.27 | - |
| YUV | 142.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 123 | 0 | 0.26 | 0.30 | 0.31 | 6.92 | 0.25 | 0.58 |
| Hex | AF | 81 | 7B | 0 | 1A | 1E | 1F | 7 | 19 | 3A |
| Octal | 257 | 201 | 173 | 0 | 32 | 36 | 37 | 7 | 31 | 72 |
| Binary | 10101111 | 10000001 | 1111011 | 0 | 11010 | 11110 | 11111 | 111 | 11001 | 111010 |
Color Harmonies of #AF817B
Complementary color
Monochromatic Colors of #AF817B
Black with #AF817B
Text Example
Text Example
White with #AF817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF817B; }
p { color: rgb(175,129,123); }
H1.HeaderClassName
{
color: #AF817B;
}
.AnyTagClassName
{
color: #AF817B;
}
</style>
background-color css
<style>
a { background-color: #AF817B; }
a { background-color: rgb(175,129,123); }
div.DivClassName
{
background-color: #AF817B;
}
.BgClassName
{
background-color: #AF817B;
}
</style>
border-color css
<style>
span { border-color: #AF817B; }
span { border-color: rgb(175,129,123); }
td.TdClassName
{
border-color: #AF817B;
}
.TagClassName
{
border-color: #AF817B;
}
</style>