Shades of Pale Brown #A3754D
Tints of Pale Brown #A3754D
RGB
CMYK
RGB Variations
Color information
#A3754D (or 0xA3754D) is known color: Pale Brown. HEX triplet: A3, 75 and 4D. RGB value is (163,117,77). Sum of RGB (Red+Green+Blue) = 163+117+77=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3754D is #5C8AB2. Grayscale: #7E7E7E. Windows color (decimal): -6064819 or 5076387. OLE color: 5076387.
HSL color Cylindrical-coordinate representation of color #A3754D: hue angle of 27.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3754D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 77 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.36 |
| HSL | 27.91º | 0.36% | 0.47% | - |
| HSV(B) | 27.91º | 0.53% | 0.64% | - |
| XYZ | 22.81 | 21.04 | 9.88 | - |
| YUV | 126.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 77 | 0 | 0.28 | 0.53 | 0.36 | 27.91 | 0.36 | 0.47 |
| Hex | A3 | 75 | 4D | 0 | 1C | 35 | 24 | 1C | 24 | 2F |
| Octal | 243 | 165 | 115 | 0 | 34 | 65 | 44 | 34 | 44 | 57 |
| Binary | 10100011 | 1110101 | 1001101 | 0 | 11100 | 110101 | 100100 | 11100 | 100100 | 101111 |
Color Harmonies of #A3754D
Complementary color
Monochromatic Colors of #A3754D
Black with #A3754D
Text Example
Text Example
White with #A3754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3754D; }
p { color: rgb(163,117,77); }
H1.HeaderClassName
{
color: #A3754D;
}
.AnyTagClassName
{
color: #A3754D;
}
</style>
background-color css
<style>
a { background-color: #A3754D; }
a { background-color: rgb(163,117,77); }
div.DivClassName
{
background-color: #A3754D;
}
.BgClassName
{
background-color: #A3754D;
}
</style>
border-color css
<style>
span { border-color: #A3754D; }
span { border-color: rgb(163,117,77); }
td.TdClassName
{
border-color: #A3754D;
}
.TagClassName
{
border-color: #A3754D;
}
</style>