Shades of Brandy Rose #AF837C
Tints of Brandy Rose #AF837C
RGB
CMYK
RGB Variations
Color information
#AF837C (or 0xAF837C) is known color: Brandy Rose. HEX triplet: AF, 83 and 7C. RGB value is (175,131,124). Sum of RGB (Red+Green+Blue) = 175+131+124=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837C is #507C83. Grayscale: #8F8F8F. Windows color (decimal): -5274756 or 8160175. OLE color: 8160175.
HSL color Cylindrical-coordinate representation of color #AF837C: hue angle of 8.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF837C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 124 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.31 |
| HSL | 8.24º | 0.24% | 0.59% | - |
| HSV(B) | 8.24º | 0.29% | 0.69% | - |
| XYZ | 29.43 | 26.8 | 22.69 | - |
| YUV | 143.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 124 | 0 | 0.25 | 0.29 | 0.31 | 8.24 | 0.24 | 0.59 |
| Hex | AF | 83 | 7C | 0 | 19 | 1D | 1F | 8 | 18 | 3B |
| Octal | 257 | 203 | 174 | 0 | 31 | 35 | 37 | 10 | 30 | 73 |
| Binary | 10101111 | 10000011 | 1111100 | 0 | 11001 | 11101 | 11111 | 1000 | 11000 | 111011 |
Color Harmonies of #AF837C
Complementary color
Monochromatic Colors of #AF837C
Black with #AF837C
Text Example
Text Example
White with #AF837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF837C; }
p { color: rgb(175,131,124); }
H1.HeaderClassName
{
color: #AF837C;
}
.AnyTagClassName
{
color: #AF837C;
}
</style>
background-color css
<style>
a { background-color: #AF837C; }
a { background-color: rgb(175,131,124); }
div.DivClassName
{
background-color: #AF837C;
}
.BgClassName
{
background-color: #AF837C;
}
</style>
border-color css
<style>
span { border-color: #AF837C; }
span { border-color: rgb(175,131,124); }
td.TdClassName
{
border-color: #AF837C;
}
.TagClassName
{
border-color: #AF837C;
}
</style>