Shades of Brandy Rose #AF7B6F
Tints of Brandy Rose #AF7B6F
RGB
CMYK
RGB Variations
Color information
#AF7B6F (or 0xAF7B6F) is known color: Brandy Rose. HEX triplet: AF, 7B and 6F. RGB value is (175,123,111). Sum of RGB (Red+Green+Blue) = 175+123+111=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6F is #508490. Grayscale: #898989. Windows color (decimal): -5276817 or 7306159. OLE color: 7306159.
HSL color Cylindrical-coordinate representation of color #AF7B6F: hue angle of 11.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF7B6F is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 111 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.31 |
| HSL | 11.25º | 0.29% | 0.56% | - |
| HSV(B) | 11.25º | 0.37% | 0.69% | - |
| XYZ | 27.63 | 24.43 | 18.3 | - |
| YUV | 137.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 111 | 0 | 0.30 | 0.37 | 0.31 | 11.25 | 0.29 | 0.56 |
| Hex | AF | 7B | 6F | 0 | 1E | 25 | 1F | B | 1D | 38 |
| Octal | 257 | 173 | 157 | 0 | 36 | 45 | 37 | 13 | 35 | 70 |
| Binary | 10101111 | 1111011 | 1101111 | 0 | 11110 | 100101 | 11111 | 1011 | 11101 | 111000 |
Color Harmonies of #AF7B6F
Complementary color
Monochromatic Colors of #AF7B6F
Black with #AF7B6F
Text Example
Text Example
White with #AF7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B6F; }
p { color: rgb(175,123,111); }
H1.HeaderClassName
{
color: #AF7B6F;
}
.AnyTagClassName
{
color: #AF7B6F;
}
</style>
background-color css
<style>
a { background-color: #AF7B6F; }
a { background-color: rgb(175,123,111); }
div.DivClassName
{
background-color: #AF7B6F;
}
.BgClassName
{
background-color: #AF7B6F;
}
</style>
border-color css
<style>
span { border-color: #AF7B6F; }
span { border-color: rgb(175,123,111); }
td.TdClassName
{
border-color: #AF7B6F;
}
.TagClassName
{
border-color: #AF7B6F;
}
</style>