Shades of Husk #AF934E
Tints of Husk #AF934E
RGB
CMYK
RGB Variations
Color information
#AF934E (or 0xAF934E) is known color: Husk. HEX triplet: AF, 93 and 4E. RGB value is (175,147,78). Sum of RGB (Red+Green+Blue) = 175+147+78=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF934E is #506CB1. Grayscale: #939393. Windows color (decimal): -5270706 or 5149615. OLE color: 5149615.
HSL color Cylindrical-coordinate representation of color #AF934E: hue angle of 42.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF934E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 78 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.31 |
| HSL | 42.68º | 0.38% | 0.5% | - |
| HSV(B) | 42.68º | 0.55% | 0.69% | - |
| XYZ | 29.49 | 30.53 | 11.55 | - |
| YUV | 147.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 78 | 0 | 0.16 | 0.55 | 0.31 | 42.68 | 0.38 | 0.5 |
| Hex | AF | 93 | 4E | 0 | 10 | 37 | 1F | 2B | 26 | 32 |
| Octal | 257 | 223 | 116 | 0 | 20 | 67 | 37 | 53 | 46 | 62 |
| Binary | 10101111 | 10010011 | 1001110 | 0 | 10000 | 110111 | 11111 | 101011 | 100110 | 110010 |
Color Harmonies of #AF934E
Complementary color
Monochromatic Colors of #AF934E
Black with #AF934E
Text Example
Text Example
White with #AF934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF934E; }
p { color: rgb(175,147,78); }
H1.HeaderClassName
{
color: #AF934E;
}
.AnyTagClassName
{
color: #AF934E;
}
</style>
background-color css
<style>
a { background-color: #AF934E; }
a { background-color: rgb(175,147,78); }
div.DivClassName
{
background-color: #AF934E;
}
.BgClassName
{
background-color: #AF934E;
}
</style>
border-color css
<style>
span { border-color: #AF934E; }
span { border-color: rgb(175,147,78); }
td.TdClassName
{
border-color: #AF934E;
}
.TagClassName
{
border-color: #AF934E;
}
</style>