Shades of Pale Brown #A3724F
Tints of Pale Brown #A3724F
RGB
CMYK
RGB Variations
Color information
#A3724F (or 0xA3724F) is known color: Pale Brown. HEX triplet: A3, 72 and 4F. RGB value is (163,114,79). Sum of RGB (Red+Green+Blue) = 163+114+79=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3724F is #5C8DB0. Grayscale: #7C7C7C. Windows color (decimal): -6065585 or 5206691. OLE color: 5206691.
HSL color Cylindrical-coordinate representation of color #A3724F: hue angle of 25º 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 #A3724F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 79 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.36 |
| HSL | 25º | 0.35% | 0.47% | - |
| HSV(B) | 25º | 0.52% | 0.64% | - |
| XYZ | 22.53 | 20.39 | 10.14 | - |
| YUV | 124.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 79 | 0 | 0.30 | 0.52 | 0.36 | 25 | 0.35 | 0.47 |
| Hex | A3 | 72 | 4F | 0 | 1E | 34 | 24 | 19 | 23 | 2F |
| Octal | 243 | 162 | 117 | 0 | 36 | 64 | 44 | 31 | 43 | 57 |
| Binary | 10100011 | 1110010 | 1001111 | 0 | 11110 | 110100 | 100100 | 11001 | 100011 | 101111 |
Color Harmonies of #A3724F
Complementary color
Monochromatic Colors of #A3724F
Black with #A3724F
Text Example
Text Example
White with #A3724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3724F; }
p { color: rgb(163,114,79); }
H1.HeaderClassName
{
color: #A3724F;
}
.AnyTagClassName
{
color: #A3724F;
}
</style>
background-color css
<style>
a { background-color: #A3724F; }
a { background-color: rgb(163,114,79); }
div.DivClassName
{
background-color: #A3724F;
}
.BgClassName
{
background-color: #A3724F;
}
</style>
border-color css
<style>
span { border-color: #A3724F; }
span { border-color: rgb(163,114,79); }
td.TdClassName
{
border-color: #A3724F;
}
.TagClassName
{
border-color: #A3724F;
}
</style>