Shades of Brandy Rose #AF7D7B
Tints of Brandy Rose #AF7D7B
RGB
CMYK
RGB Variations
Color information
#AF7D7B (or 0xAF7D7B) is known color: Brandy Rose. HEX triplet: AF, 7D and 7B. RGB value is (175,125,123). Sum of RGB (Red+Green+Blue) = 175+125+123=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D7B is #508284. Grayscale: #8B8B8B. Windows color (decimal): -5276293 or 8093103. OLE color: 8093103.
HSL color Cylindrical-coordinate representation of color #AF7D7B: hue angle of 2.31º 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 #AF7D7B is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 123 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.31 |
| HSL | 2.31º | 0.25% | 0.58% | - |
| HSV(B) | 2.31º | 0.3% | 0.69% | - |
| XYZ | 28.59 | 25.21 | 22.1 | - |
| YUV | 139.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 123 | 0 | 0.29 | 0.30 | 0.31 | 2.31 | 0.25 | 0.58 |
| Hex | AF | 7D | 7B | 0 | 1D | 1E | 1F | 2 | 19 | 3A |
| Octal | 257 | 175 | 173 | 0 | 35 | 36 | 37 | 2 | 31 | 72 |
| Binary | 10101111 | 1111101 | 1111011 | 0 | 11101 | 11110 | 11111 | 10 | 11001 | 111010 |
Color Harmonies of #AF7D7B
Complementary color
Monochromatic Colors of #AF7D7B
Black with #AF7D7B
Text Example
Text Example
White with #AF7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D7B; }
p { color: rgb(175,125,123); }
H1.HeaderClassName
{
color: #AF7D7B;
}
.AnyTagClassName
{
color: #AF7D7B;
}
</style>
background-color css
<style>
a { background-color: #AF7D7B; }
a { background-color: rgb(175,125,123); }
div.DivClassName
{
background-color: #AF7D7B;
}
.BgClassName
{
background-color: #AF7D7B;
}
</style>
border-color css
<style>
span { border-color: #AF7D7B; }
span { border-color: rgb(175,125,123); }
td.TdClassName
{
border-color: #AF7D7B;
}
.TagClassName
{
border-color: #AF7D7B;
}
</style>