Shades of Bouquet #A48792
Tints of Bouquet #A48792
RGB
CMYK
RGB Variations
Color information
#A48792 (or 0xA48792) is known color: Bouquet. HEX triplet: A4, 87 and 92. RGB value is (164,135,146). Sum of RGB (Red+Green+Blue) = 164+135+146=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48792 is #5B786D. Grayscale: #909090. Windows color (decimal): -5994606 or 9602980. OLE color: 9602980.
HSL color Cylindrical-coordinate representation of color #A48792: hue angle of 337.24º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A48792 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 135 | 146 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.36 |
| HSL | 337.24º | 0.14% | 0.59% | - |
| HSV(B) | 337.24º | 0.18% | 0.64% | - |
| XYZ | 29.16 | 27.3 | 30.93 | - |
| YUV | 144.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 146 | 0 | 0.18 | 0.11 | 0.36 | 337.24 | 0.14 | 0.59 |
| Hex | A4 | 87 | 92 | 0 | 12 | B | 24 | 151 | E | 3B |
| Octal | 244 | 207 | 222 | 0 | 22 | 13 | 44 | 521 | 16 | 73 |
| Binary | 10100100 | 10000111 | 10010010 | 0 | 10010 | 1011 | 100100 | 101010001 | 1110 | 111011 |
Color Harmonies of #A48792
Complementary color
Monochromatic Colors of #A48792
Black with #A48792
Text Example
Text Example
White with #A48792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48792; }
p { color: rgb(164,135,146); }
H1.HeaderClassName
{
color: #A48792;
}
.AnyTagClassName
{
color: #A48792;
}
</style>
background-color css
<style>
a { background-color: #A48792; }
a { background-color: rgb(164,135,146); }
div.DivClassName
{
background-color: #A48792;
}
.BgClassName
{
background-color: #A48792;
}
</style>
border-color css
<style>
span { border-color: #A48792; }
span { border-color: rgb(164,135,146); }
td.TdClassName
{
border-color: #A48792;
}
.TagClassName
{
border-color: #A48792;
}
</style>