Shades of Bouquet #A48B9A
Tints of Bouquet #A48B9A
RGB
CMYK
RGB Variations
Color information
#A48B9A (or 0xA48B9A) is known color: Bouquet. HEX triplet: A4, 8B and 9A. RGB value is (164,139,154). Sum of RGB (Red+Green+Blue) = 164+139+154=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B9A is #5B7465. Grayscale: #949494. Windows color (decimal): -5993574 or 10128292. OLE color: 10128292.
HSL color Cylindrical-coordinate representation of color #A48B9A: hue angle of 324º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48B9A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 154 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.36 |
| HSL | 324º | 0.12% | 0.59% | - |
| HSV(B) | 324º | 0.15% | 0.64% | - |
| XYZ | 30.38 | 28.69 | 34.51 | - |
| YUV | 148.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 154 | 0 | 0.15 | 0.06 | 0.36 | 324 | 0.12 | 0.59 |
| Hex | A4 | 8B | 9A | 0 | F | 6 | 24 | 144 | C | 3B |
| Octal | 244 | 213 | 232 | 0 | 17 | 6 | 44 | 504 | 14 | 73 |
| Binary | 10100100 | 10001011 | 10011010 | 0 | 1111 | 110 | 100100 | 101000100 | 1100 | 111011 |
Color Harmonies of #A48B9A
Complementary color
Monochromatic Colors of #A48B9A
Black with #A48B9A
Text Example
Text Example
White with #A48B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B9A; }
p { color: rgb(164,139,154); }
H1.HeaderClassName
{
color: #A48B9A;
}
.AnyTagClassName
{
color: #A48B9A;
}
</style>
background-color css
<style>
a { background-color: #A48B9A; }
a { background-color: rgb(164,139,154); }
div.DivClassName
{
background-color: #A48B9A;
}
.BgClassName
{
background-color: #A48B9A;
}
</style>
border-color css
<style>
span { border-color: #A48B9A; }
span { border-color: rgb(164,139,154); }
td.TdClassName
{
border-color: #A48B9A;
}
.TagClassName
{
border-color: #A48B9A;
}
</style>