Shades of Pale Brown #A5754D
Tints of Pale Brown #A5754D
RGB
CMYK
RGB Variations
Color information
#A5754D (or 0xA5754D) is known color: Pale Brown. HEX triplet: A5, 75 and 4D. RGB value is (165,117,77). Sum of RGB (Red+Green+Blue) = 165+117+77=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5754D is #5A8AB2. Grayscale: #7F7F7F. Windows color (decimal): -5933747 or 5076389. OLE color: 5076389.
HSL color Cylindrical-coordinate representation of color #A5754D: hue angle of 27.27º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5754D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 77 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.35 |
| HSL | 27.27º | 0.36% | 0.47% | - |
| HSV(B) | 27.27º | 0.53% | 0.65% | - |
| XYZ | 23.22 | 21.26 | 9.9 | - |
| YUV | 126.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 77 | 0 | 0.29 | 0.53 | 0.35 | 27.27 | 0.36 | 0.47 |
| Hex | A5 | 75 | 4D | 0 | 1D | 35 | 23 | 1B | 24 | 2F |
| Octal | 245 | 165 | 115 | 0 | 35 | 65 | 43 | 33 | 44 | 57 |
| Binary | 10100101 | 1110101 | 1001101 | 0 | 11101 | 110101 | 100011 | 11011 | 100100 | 101111 |
Color Harmonies of #A5754D
Complementary color
Monochromatic Colors of #A5754D
Black with #A5754D
Text Example
Text Example
White with #A5754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5754D; }
p { color: rgb(165,117,77); }
H1.HeaderClassName
{
color: #A5754D;
}
.AnyTagClassName
{
color: #A5754D;
}
</style>
background-color css
<style>
a { background-color: #A5754D; }
a { background-color: rgb(165,117,77); }
div.DivClassName
{
background-color: #A5754D;
}
.BgClassName
{
background-color: #A5754D;
}
</style>
border-color css
<style>
span { border-color: #A5754D; }
span { border-color: rgb(165,117,77); }
td.TdClassName
{
border-color: #A5754D;
}
.TagClassName
{
border-color: #A5754D;
}
</style>