Shades of Brandy Rose #AF827B
Tints of Brandy Rose #AF827B
RGB
CMYK
RGB Variations
Color information
#AF827B (or 0xAF827B) is known color: Brandy Rose. HEX triplet: AF, 82 and 7B. RGB value is (175,130,123). Sum of RGB (Red+Green+Blue) = 175+130+123=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF827B is #507D84. Grayscale: #8E8E8E. Windows color (decimal): -5275013 or 8094383. OLE color: 8094383.
HSL color Cylindrical-coordinate representation of color #AF827B: hue angle of 8.08º 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 #AF827B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 123 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.31 |
| HSL | 8.08º | 0.25% | 0.58% | - |
| HSV(B) | 8.08º | 0.3% | 0.69% | - |
| XYZ | 29.24 | 26.51 | 22.31 | - |
| YUV | 142.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 123 | 0 | 0.26 | 0.30 | 0.31 | 8.08 | 0.25 | 0.58 |
| Hex | AF | 82 | 7B | 0 | 1A | 1E | 1F | 8 | 19 | 3A |
| Octal | 257 | 202 | 173 | 0 | 32 | 36 | 37 | 10 | 31 | 72 |
| Binary | 10101111 | 10000010 | 1111011 | 0 | 11010 | 11110 | 11111 | 1000 | 11001 | 111010 |
Color Harmonies of #AF827B
Complementary color
Monochromatic Colors of #AF827B
Black with #AF827B
Text Example
Text Example
White with #AF827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF827B; }
p { color: rgb(175,130,123); }
H1.HeaderClassName
{
color: #AF827B;
}
.AnyTagClassName
{
color: #AF827B;
}
</style>
background-color css
<style>
a { background-color: #AF827B; }
a { background-color: rgb(175,130,123); }
div.DivClassName
{
background-color: #AF827B;
}
.BgClassName
{
background-color: #AF827B;
}
</style>
border-color css
<style>
span { border-color: #AF827B; }
span { border-color: rgb(175,130,123); }
td.TdClassName
{
border-color: #AF827B;
}
.TagClassName
{
border-color: #AF827B;
}
</style>