Shades of Husk #A8A150
Tints of Husk #A8A150
RGB
CMYK
RGB Variations
Color information
#A8A150 (or 0xA8A150) is known color: Husk. HEX triplet: A8, A1 and 50. RGB value is (168,161,80). Sum of RGB (Red+Green+Blue) = 168+161+80=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A150 is #575EAF. Grayscale: #9A9A9A. Windows color (decimal): -5725872 or 5284264. OLE color: 5284264.
HSL color Cylindrical-coordinate representation of color #A8A150: hue angle of 55.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8A150 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 80 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.34 |
| HSL | 55.23º | 0.35% | 0.49% | - |
| HSV(B) | 55.23º | 0.52% | 0.66% | - |
| XYZ | 30.34 | 34.39 | 12.63 | - |
| YUV | 153.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 80 | 0 | 0.04 | 0.52 | 0.34 | 55.23 | 0.35 | 0.49 |
| Hex | A8 | A1 | 50 | 0 | 4 | 34 | 22 | 37 | 23 | 31 |
| Octal | 250 | 241 | 120 | 0 | 4 | 64 | 42 | 67 | 43 | 61 |
| Binary | 10101000 | 10100001 | 1010000 | 0 | 100 | 110100 | 100010 | 110111 | 100011 | 110001 |
Color Harmonies of #A8A150
Complementary color
Monochromatic Colors of #A8A150
Black with #A8A150
Text Example
Text Example
White with #A8A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A150; }
p { color: rgb(168,161,80); }
H1.HeaderClassName
{
color: #A8A150;
}
.AnyTagClassName
{
color: #A8A150;
}
</style>
background-color css
<style>
a { background-color: #A8A150; }
a { background-color: rgb(168,161,80); }
div.DivClassName
{
background-color: #A8A150;
}
.BgClassName
{
background-color: #A8A150;
}
</style>
border-color css
<style>
span { border-color: #A8A150; }
span { border-color: rgb(168,161,80); }
td.TdClassName
{
border-color: #A8A150;
}
.TagClassName
{
border-color: #A8A150;
}
</style>