Shades of Husk #A6954B
Tints of Husk #A6954B
RGB
CMYK
RGB Variations
Color information
#A6954B (or 0xA6954B) is known color: Husk. HEX triplet: A6, 95 and 4B. RGB value is (166,149,75). Sum of RGB (Red+Green+Blue) = 166+149+75=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6954B is #596AB4. Grayscale: #919191. Windows color (decimal): -5860021 or 4953510. OLE color: 4953510.
HSL color Cylindrical-coordinate representation of color #A6954B: hue angle of 48.79º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6954B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 75 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.35 |
| HSL | 48.79º | 0.38% | 0.47% | - |
| HSV(B) | 48.79º | 0.55% | 0.65% | - |
| XYZ | 27.74 | 30.11 | 11.01 | - |
| YUV | 145.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 75 | 0 | 0.10 | 0.55 | 0.35 | 48.79 | 0.38 | 0.47 |
| Hex | A6 | 95 | 4B | 0 | A | 37 | 23 | 31 | 26 | 2F |
| Octal | 246 | 225 | 113 | 0 | 12 | 67 | 43 | 61 | 46 | 57 |
| Binary | 10100110 | 10010101 | 1001011 | 0 | 1010 | 110111 | 100011 | 110001 | 100110 | 101111 |
Color Harmonies of #A6954B
Complementary color
Monochromatic Colors of #A6954B
Black with #A6954B
Text Example
Text Example
White with #A6954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6954B; }
p { color: rgb(166,149,75); }
H1.HeaderClassName
{
color: #A6954B;
}
.AnyTagClassName
{
color: #A6954B;
}
</style>
background-color css
<style>
a { background-color: #A6954B; }
a { background-color: rgb(166,149,75); }
div.DivClassName
{
background-color: #A6954B;
}
.BgClassName
{
background-color: #A6954B;
}
</style>
border-color css
<style>
span { border-color: #A6954B; }
span { border-color: rgb(166,149,75); }
td.TdClassName
{
border-color: #A6954B;
}
.TagClassName
{
border-color: #A6954B;
}
</style>