Shades of Brandy Rose #AF8C82
Tints of Brandy Rose #AF8C82
RGB
CMYK
RGB Variations
Color information
#AF8C82 (or 0xAF8C82) is known color: Brandy Rose. HEX triplet: AF, 8C and 82. RGB value is (175,140,130). Sum of RGB (Red+Green+Blue) = 175+140+130=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C82 is #50737D. Grayscale: #959595. Windows color (decimal): -5272446 or 8555695. OLE color: 8555695.
HSL color Cylindrical-coordinate representation of color #AF8C82: hue angle of 13.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8C82 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 130 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.31 |
| HSL | 13.33º | 0.22% | 0.6% | - |
| HSV(B) | 13.33º | 0.26% | 0.69% | - |
| XYZ | 31.09 | 29.48 | 25.17 | - |
| YUV | 149.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 130 | 0 | 0.2 | 0.26 | 0.31 | 13.33 | 0.22 | 0.6 |
| Hex | AF | 8C | 82 | 0 | 14 | 1A | 1F | D | 16 | 3C |
| Octal | 257 | 214 | 202 | 0 | 24 | 32 | 37 | 15 | 26 | 74 |
| Binary | 10101111 | 10001100 | 10000010 | 0 | 10100 | 11010 | 11111 | 1101 | 10110 | 111100 |
Color Harmonies of #AF8C82
Complementary color
Monochromatic Colors of #AF8C82
Black with #AF8C82
Text Example
Text Example
White with #AF8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C82; }
p { color: rgb(175,140,130); }
H1.HeaderClassName
{
color: #AF8C82;
}
.AnyTagClassName
{
color: #AF8C82;
}
</style>
background-color css
<style>
a { background-color: #AF8C82; }
a { background-color: rgb(175,140,130); }
div.DivClassName
{
background-color: #AF8C82;
}
.BgClassName
{
background-color: #AF8C82;
}
</style>
border-color css
<style>
span { border-color: #AF8C82; }
span { border-color: rgb(175,140,130); }
td.TdClassName
{
border-color: #AF8C82;
}
.TagClassName
{
border-color: #AF8C82;
}
</style>