Shades of Medium Wood #A38269
Tints of Medium Wood #A38269
RGB
CMYK
RGB Variations
Color information
#A38269 (or 0xA38269) is known color: Medium Wood. HEX triplet: A3, 82 and 69. RGB value is (163,130,105). Sum of RGB (Red+Green+Blue) = 163+130+105=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A38269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38269 is #5C7D96. Grayscale: #898989. Windows color (decimal): -6061463 or 6914723. OLE color: 6914723.
HSL color Cylindrical-coordinate representation of color #A38269: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38269 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 105 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.36 |
| HSL | 25.86º | 0.24% | 0.53% | - |
| HSV(B) | 25.86º | 0.36% | 0.64% | - |
| XYZ | 25.64 | 24.77 | 16.79 | - |
| YUV | 137.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 105 | 0 | 0.20 | 0.36 | 0.36 | 25.86 | 0.24 | 0.53 |
| Hex | A3 | 82 | 69 | 0 | 14 | 24 | 24 | 1A | 18 | 35 |
| Octal | 243 | 202 | 151 | 0 | 24 | 44 | 44 | 32 | 30 | 65 |
| Binary | 10100011 | 10000010 | 1101001 | 0 | 10100 | 100100 | 100100 | 11010 | 11000 | 110101 |
Color Harmonies of #A38269
Complementary color
Monochromatic Colors of #A38269
Black with #A38269
Text Example
Text Example
White with #A38269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38269; }
p { color: rgb(163,130,105); }
H1.HeaderClassName
{
color: #A38269;
}
.AnyTagClassName
{
color: #A38269;
}
</style>
background-color css
<style>
a { background-color: #A38269; }
a { background-color: rgb(163,130,105); }
div.DivClassName
{
background-color: #A38269;
}
.BgClassName
{
background-color: #A38269;
}
</style>
border-color css
<style>
span { border-color: #A38269; }
span { border-color: rgb(163,130,105); }
td.TdClassName
{
border-color: #A38269;
}
.TagClassName
{
border-color: #A38269;
}
</style>