Shades of Brandy Rose #AF7B7A
Tints of Brandy Rose #AF7B7A
RGB
CMYK
RGB Variations
Color information
#AF7B7A (or 0xAF7B7A) is known color: Brandy Rose. HEX triplet: AF, 7B and 7A. RGB value is (175,123,122). Sum of RGB (Red+Green+Blue) = 175+123+122=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7A is #508485. Grayscale: #8A8A8A. Windows color (decimal): -5276806 or 8027055. OLE color: 8027055.
HSL color Cylindrical-coordinate representation of color #AF7B7A: hue angle of 1.13º 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 #AF7B7A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 122 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.31 |
| HSL | 1.13º | 0.25% | 0.58% | - |
| HSV(B) | 1.13º | 0.3% | 0.69% | - |
| XYZ | 28.28 | 24.69 | 21.69 | - |
| YUV | 138.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 122 | 0 | 0.30 | 0.30 | 0.31 | 1.13 | 0.25 | 0.58 |
| Hex | AF | 7B | 7A | 0 | 1E | 1E | 1F | 1 | 19 | 3A |
| Octal | 257 | 173 | 172 | 0 | 36 | 36 | 37 | 1 | 31 | 72 |
| Binary | 10101111 | 1111011 | 1111010 | 0 | 11110 | 11110 | 11111 | 1 | 11001 | 111010 |
Color Harmonies of #AF7B7A
Complementary color
Monochromatic Colors of #AF7B7A
Black with #AF7B7A
Text Example
Text Example
White with #AF7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B7A; }
p { color: rgb(175,123,122); }
H1.HeaderClassName
{
color: #AF7B7A;
}
.AnyTagClassName
{
color: #AF7B7A;
}
</style>
background-color css
<style>
a { background-color: #AF7B7A; }
a { background-color: rgb(175,123,122); }
div.DivClassName
{
background-color: #AF7B7A;
}
.BgClassName
{
background-color: #AF7B7A;
}
</style>
border-color css
<style>
span { border-color: #AF7B7A; }
span { border-color: rgb(175,123,122); }
td.TdClassName
{
border-color: #AF7B7A;
}
.TagClassName
{
border-color: #AF7B7A;
}
</style>