Shades of Brandy Punch #AF7B40
Tints of Brandy Punch #AF7B40
RGB
CMYK
RGB Variations
Color information
#AF7B40 (or 0xAF7B40) is known color: Brandy Punch. HEX triplet: AF, 7B and 40. RGB value is (175,123,64). Sum of RGB (Red+Green+Blue) = 175+123+64=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B40 is #5084BF. Grayscale: #848484. Windows color (decimal): -5276864 or 4225967. OLE color: 4225967.
HSL color Cylindrical-coordinate representation of color #AF7B40: hue angle of 31.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF7B40 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 64 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.31 |
| HSL | 31.89º | 0.46% | 0.47% | - |
| HSV(B) | 31.89º | 0.63% | 0.69% | - |
| XYZ | 25.69 | 23.65 | 8.06 | - |
| YUV | 131.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 64 | 0 | 0.30 | 0.63 | 0.31 | 31.89 | 0.46 | 0.47 |
| Hex | AF | 7B | 40 | 0 | 1E | 3F | 1F | 20 | 2E | 2F |
| Octal | 257 | 173 | 100 | 0 | 36 | 77 | 37 | 40 | 56 | 57 |
| Binary | 10101111 | 1111011 | 1000000 | 0 | 11110 | 111111 | 11111 | 100000 | 101110 | 101111 |
Color Harmonies of #AF7B40
Complementary color
Monochromatic Colors of #AF7B40
Black with #AF7B40
Text Example
Text Example
White with #AF7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B40; }
p { color: rgb(175,123,64); }
H1.HeaderClassName
{
color: #AF7B40;
}
.AnyTagClassName
{
color: #AF7B40;
}
</style>
background-color css
<style>
a { background-color: #AF7B40; }
a { background-color: rgb(175,123,64); }
div.DivClassName
{
background-color: #AF7B40;
}
.BgClassName
{
background-color: #AF7B40;
}
</style>
border-color css
<style>
span { border-color: #AF7B40; }
span { border-color: rgb(175,123,64); }
td.TdClassName
{
border-color: #AF7B40;
}
.TagClassName
{
border-color: #AF7B40;
}
</style>