Shades of Brandy Rose #AF837B
Tints of Brandy Rose #AF837B
RGB
CMYK
RGB Variations
Color information
#AF837B (or 0xAF837B) is known color: Brandy Rose. HEX triplet: AF, 83 and 7B. RGB value is (175,131,123). Sum of RGB (Red+Green+Blue) = 175+131+123=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837B is #507C84. Grayscale: #8F8F8F. Windows color (decimal): -5274757 or 8094639. OLE color: 8094639.
HSL color Cylindrical-coordinate representation of color #AF837B: hue angle of 9.23º 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 #AF837B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 123 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.31 |
| HSL | 9.23º | 0.25% | 0.58% | - |
| HSV(B) | 9.23º | 0.3% | 0.69% | - |
| XYZ | 29.37 | 26.78 | 22.36 | - |
| YUV | 143.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 123 | 0 | 0.25 | 0.30 | 0.31 | 9.23 | 0.25 | 0.58 |
| Hex | AF | 83 | 7B | 0 | 19 | 1E | 1F | 9 | 19 | 3A |
| Octal | 257 | 203 | 173 | 0 | 31 | 36 | 37 | 11 | 31 | 72 |
| Binary | 10101111 | 10000011 | 1111011 | 0 | 11001 | 11110 | 11111 | 1001 | 11001 | 111010 |
Color Harmonies of #AF837B
Complementary color
Monochromatic Colors of #AF837B
Black with #AF837B
Text Example
Text Example
White with #AF837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF837B; }
p { color: rgb(175,131,123); }
H1.HeaderClassName
{
color: #AF837B;
}
.AnyTagClassName
{
color: #AF837B;
}
</style>
background-color css
<style>
a { background-color: #AF837B; }
a { background-color: rgb(175,131,123); }
div.DivClassName
{
background-color: #AF837B;
}
.BgClassName
{
background-color: #AF837B;
}
</style>
border-color css
<style>
span { border-color: #AF837B; }
span { border-color: rgb(175,131,123); }
td.TdClassName
{
border-color: #AF837B;
}
.TagClassName
{
border-color: #AF837B;
}
</style>