Shades of Brandy Rose #AF8A80
Tints of Brandy Rose #AF8A80
RGB
CMYK
RGB Variations
Color information
#AF8A80 (or 0xAF8A80) is known color: Brandy Rose. HEX triplet: AF, 8A and 80. RGB value is (175,138,128). Sum of RGB (Red+Green+Blue) = 175+138+128=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A80 is #50757F. Grayscale: #949494. Windows color (decimal): -5272960 or 8424111. OLE color: 8424111.
HSL color Cylindrical-coordinate representation of color #AF8A80: hue angle of 12.77º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8A80 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 128 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.31 |
| HSL | 12.77º | 0.23% | 0.59% | - |
| HSV(B) | 12.77º | 0.27% | 0.69% | - |
| XYZ | 30.66 | 28.85 | 24.37 | - |
| YUV | 147.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 128 | 0 | 0.21 | 0.27 | 0.31 | 12.77 | 0.23 | 0.59 |
| Hex | AF | 8A | 80 | 0 | 15 | 1B | 1F | D | 17 | 3B |
| Octal | 257 | 212 | 200 | 0 | 25 | 33 | 37 | 15 | 27 | 73 |
| Binary | 10101111 | 10001010 | 10000000 | 0 | 10101 | 11011 | 11111 | 1101 | 10111 | 111011 |
Color Harmonies of #AF8A80
Complementary color
Monochromatic Colors of #AF8A80
Black with #AF8A80
Text Example
Text Example
White with #AF8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A80; }
p { color: rgb(175,138,128); }
H1.HeaderClassName
{
color: #AF8A80;
}
.AnyTagClassName
{
color: #AF8A80;
}
</style>
background-color css
<style>
a { background-color: #AF8A80; }
a { background-color: rgb(175,138,128); }
div.DivClassName
{
background-color: #AF8A80;
}
.BgClassName
{
background-color: #AF8A80;
}
</style>
border-color css
<style>
span { border-color: #AF8A80; }
span { border-color: rgb(175,138,128); }
td.TdClassName
{
border-color: #AF8A80;
}
.TagClassName
{
border-color: #AF8A80;
}
</style>