Shades of Husk #AF9E5C
Tints of Husk #AF9E5C
RGB
CMYK
RGB Variations
Color information
#AF9E5C (or 0xAF9E5C) is known color: Husk. HEX triplet: AF, 9E and 5C. RGB value is (175,158,92). Sum of RGB (Red+Green+Blue) = 175+158+92=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E5C is #5061A3. Grayscale: #9B9B9B. Windows color (decimal): -5267876 or 6069935. OLE color: 6069935.
HSL color Cylindrical-coordinate representation of color #AF9E5C: hue angle of 47.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF9E5C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 158 | 92 | - |
CMYK | 0 | 0.10 | 0.47 | 0.31 |
HSL | 47.71º | 0.34% | 0.52% | - |
HSV(B) | 47.71º | 0.47% | 0.69% | - |
XYZ | 31.84 | 34.34 | 15.08 | - |
YUV | 155.56 | 92.13 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 158 | 92 | 0 | 0.10 | 0.47 | 0.31 | 47.71 | 0.34 | 0.52 |
Hex | AF | 9E | 5C | 0 | A | 2F | 1F | 30 | 22 | 34 |
Octal | 257 | 236 | 134 | 0 | 12 | 57 | 37 | 60 | 42 | 64 |
Binary | 10101111 | 10011110 | 1011100 | 0 | 1010 | 101111 | 11111 | 110000 | 100010 | 110100 |
Color Harmonies of #AF9E5C
Complementary color
Monochromatic Colors of #AF9E5C
Black with #AF9E5C
Text Example
Text Example
White with #AF9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E5C; }
p { color: rgb(175,158,92); }
H1.HeaderClassName
{
color: #AF9E5C;
}
.AnyTagClassName
{
color: #AF9E5C;
}
</style>
background-color css
<style>
a { background-color: #AF9E5C; }
a { background-color: rgb(175,158,92); }
div.DivClassName
{
background-color: #AF9E5C;
}
.BgClassName
{
background-color: #AF9E5C;
}
</style>
border-color css
<style>
span { border-color: #AF9E5C; }
span { border-color: rgb(175,158,92); }
td.TdClassName
{
border-color: #AF9E5C;
}
.TagClassName
{
border-color: #AF9E5C;
}
</style>