Shades of Medium Wood #A38068
Tints of Medium Wood #A38068
RGB
CMYK
RGB Variations
Color information
#A38068 (or 0xA38068) is known color: Medium Wood. HEX triplet: A3, 80 and 68. RGB value is (163,128,104). Sum of RGB (Red+Green+Blue) = 163+128+104=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38068 is #5C7F97. Grayscale: #878787. Windows color (decimal): -6061976 or 6848675. OLE color: 6848675.
HSL color Cylindrical-coordinate representation of color #A38068: hue angle of 24.41º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38068 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 104 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.36 |
| HSL | 24.41º | 0.24% | 0.52% | - |
| HSV(B) | 24.41º | 0.36% | 0.64% | - |
| XYZ | 25.32 | 24.22 | 16.44 | - |
| YUV | 135.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 104 | 0 | 0.21 | 0.36 | 0.36 | 24.41 | 0.24 | 0.52 |
| Hex | A3 | 80 | 68 | 0 | 15 | 24 | 24 | 18 | 18 | 34 |
| Octal | 243 | 200 | 150 | 0 | 25 | 44 | 44 | 30 | 30 | 64 |
| Binary | 10100011 | 10000000 | 1101000 | 0 | 10101 | 100100 | 100100 | 11000 | 11000 | 110100 |
Color Harmonies of #A38068
Complementary color
Monochromatic Colors of #A38068
Black with #A38068
Text Example
Text Example
White with #A38068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38068; }
p { color: rgb(163,128,104); }
H1.HeaderClassName
{
color: #A38068;
}
.AnyTagClassName
{
color: #A38068;
}
</style>
background-color css
<style>
a { background-color: #A38068; }
a { background-color: rgb(163,128,104); }
div.DivClassName
{
background-color: #A38068;
}
.BgClassName
{
background-color: #A38068;
}
</style>
border-color css
<style>
span { border-color: #A38068; }
span { border-color: rgb(163,128,104); }
td.TdClassName
{
border-color: #A38068;
}
.TagClassName
{
border-color: #A38068;
}
</style>