Shades of Medium Wood #A4795C
Tints of Medium Wood #A4795C
RGB
CMYK
RGB Variations
Color information
#A4795C (or 0xA4795C) is known color: Medium Wood. HEX triplet: A4, 79 and 5C. RGB value is (164,121,92). Sum of RGB (Red+Green+Blue) = 164+121+92=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4795C is #5B86A3. Grayscale: #828282. Windows color (decimal): -5998244 or 6060452. OLE color: 6060452.
HSL color Cylindrical-coordinate representation of color #A4795C: hue angle of 24.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4795C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 92 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.36 |
| HSL | 24.17º | 0.28% | 0.5% | - |
| HSV(B) | 24.17º | 0.44% | 0.64% | - |
| XYZ | 24.08 | 22.34 | 13.17 | - |
| YUV | 130.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 92 | 0 | 0.26 | 0.44 | 0.36 | 24.17 | 0.28 | 0.5 |
| Hex | A4 | 79 | 5C | 0 | 1A | 2C | 24 | 18 | 1C | 32 |
| Octal | 244 | 171 | 134 | 0 | 32 | 54 | 44 | 30 | 34 | 62 |
| Binary | 10100100 | 1111001 | 1011100 | 0 | 11010 | 101100 | 100100 | 11000 | 11100 | 110010 |
Color Harmonies of #A4795C
Complementary color
Monochromatic Colors of #A4795C
Black with #A4795C
Text Example
Text Example
White with #A4795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4795C; }
p { color: rgb(164,121,92); }
H1.HeaderClassName
{
color: #A4795C;
}
.AnyTagClassName
{
color: #A4795C;
}
</style>
background-color css
<style>
a { background-color: #A4795C; }
a { background-color: rgb(164,121,92); }
div.DivClassName
{
background-color: #A4795C;
}
.BgClassName
{
background-color: #A4795C;
}
</style>
border-color css
<style>
span { border-color: #A4795C; }
span { border-color: rgb(164,121,92); }
td.TdClassName
{
border-color: #A4795C;
}
.TagClassName
{
border-color: #A4795C;
}
</style>