Shades of Pale Brown #A3744E
Tints of Pale Brown #A3744E
RGB
CMYK
RGB Variations
Color information
#A3744E (or 0xA3744E) is known color: Pale Brown. HEX triplet: A3, 74 and 4E. RGB value is (163,116,78). Sum of RGB (Red+Green+Blue) = 163+116+78=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3744E is #5C8BB1. Grayscale: #7D7D7D. Windows color (decimal): -6065074 or 5141667. OLE color: 5141667.
HSL color Cylindrical-coordinate representation of color #A3744E: hue angle of 26.82º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3744E is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 78 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.36 |
| HSL | 26.82º | 0.35% | 0.47% | - |
| HSV(B) | 26.82º | 0.52% | 0.64% | - |
| XYZ | 22.72 | 20.83 | 10.03 | - |
| YUV | 125.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 78 | 0 | 0.29 | 0.52 | 0.36 | 26.82 | 0.35 | 0.47 |
| Hex | A3 | 74 | 4E | 0 | 1D | 34 | 24 | 1B | 23 | 2F |
| Octal | 243 | 164 | 116 | 0 | 35 | 64 | 44 | 33 | 43 | 57 |
| Binary | 10100011 | 1110100 | 1001110 | 0 | 11101 | 110100 | 100100 | 11011 | 100011 | 101111 |
Color Harmonies of #A3744E
Complementary color
Monochromatic Colors of #A3744E
Black with #A3744E
Text Example
Text Example
White with #A3744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3744E; }
p { color: rgb(163,116,78); }
H1.HeaderClassName
{
color: #A3744E;
}
.AnyTagClassName
{
color: #A3744E;
}
</style>
background-color css
<style>
a { background-color: #A3744E; }
a { background-color: rgb(163,116,78); }
div.DivClassName
{
background-color: #A3744E;
}
.BgClassName
{
background-color: #A3744E;
}
</style>
border-color css
<style>
span { border-color: #A3744E; }
span { border-color: rgb(163,116,78); }
td.TdClassName
{
border-color: #A3744E;
}
.TagClassName
{
border-color: #A3744E;
}
</style>