Shades of Brandy Rose #AF827A
Tints of Brandy Rose #AF827A
RGB
CMYK
RGB Variations
Color information
#AF827A (or 0xAF827A) is known color: Brandy Rose. HEX triplet: AF, 82 and 7A. RGB value is (175,130,122). Sum of RGB (Red+Green+Blue) = 175+130+122=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827A is #507D85. Grayscale: #8E8E8E. Windows color (decimal): -5275014 or 8028847. OLE color: 8028847.
HSL color Cylindrical-coordinate representation of color #AF827A: hue angle of 9.06º 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 #AF827A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 122 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.31 |
| HSL | 9.06º | 0.25% | 0.58% | - |
| HSV(B) | 9.06º | 0.3% | 0.69% | - |
| XYZ | 29.17 | 26.48 | 21.99 | - |
| YUV | 142.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 122 | 0 | 0.26 | 0.30 | 0.31 | 9.06 | 0.25 | 0.58 |
| Hex | AF | 82 | 7A | 0 | 1A | 1E | 1F | 9 | 19 | 3A |
| Octal | 257 | 202 | 172 | 0 | 32 | 36 | 37 | 11 | 31 | 72 |
| Binary | 10101111 | 10000010 | 1111010 | 0 | 11010 | 11110 | 11111 | 1001 | 11001 | 111010 |
Color Harmonies of #AF827A
Complementary color
Monochromatic Colors of #AF827A
Black with #AF827A
Text Example
Text Example
White with #AF827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF827A; }
p { color: rgb(175,130,122); }
H1.HeaderClassName
{
color: #AF827A;
}
.AnyTagClassName
{
color: #AF827A;
}
</style>
background-color css
<style>
a { background-color: #AF827A; }
a { background-color: rgb(175,130,122); }
div.DivClassName
{
background-color: #AF827A;
}
.BgClassName
{
background-color: #AF827A;
}
</style>
border-color css
<style>
span { border-color: #AF827A; }
span { border-color: rgb(175,130,122); }
td.TdClassName
{
border-color: #AF827A;
}
.TagClassName
{
border-color: #AF827A;
}
</style>