Shades of Pale Brown #A5754B
Tints of Pale Brown #A5754B
RGB
CMYK
RGB Variations
Color information
#A5754B (or 0xA5754B) is known color: Pale Brown. HEX triplet: A5, 75 and 4B. RGB value is (165,117,75). Sum of RGB (Red+Green+Blue) = 165+117+75=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5754B is #5A8AB4. Grayscale: #7E7E7E. Windows color (decimal): -5933749 or 4945317. OLE color: 4945317.
HSL color Cylindrical-coordinate representation of color #A5754B: hue angle of 28º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5754B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 75 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.35 |
| HSL | 28º | 0.38% | 0.47% | - |
| HSV(B) | 28º | 0.55% | 0.65% | - |
| XYZ | 23.15 | 21.23 | 9.53 | - |
| YUV | 126.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 75 | 0 | 0.29 | 0.55 | 0.35 | 28 | 0.38 | 0.47 |
| Hex | A5 | 75 | 4B | 0 | 1D | 37 | 23 | 1C | 26 | 2F |
| Octal | 245 | 165 | 113 | 0 | 35 | 67 | 43 | 34 | 46 | 57 |
| Binary | 10100101 | 1110101 | 1001011 | 0 | 11101 | 110111 | 100011 | 11100 | 100110 | 101111 |
Color Harmonies of #A5754B
Complementary color
Monochromatic Colors of #A5754B
Black with #A5754B
Text Example
Text Example
White with #A5754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5754B; }
p { color: rgb(165,117,75); }
H1.HeaderClassName
{
color: #A5754B;
}
.AnyTagClassName
{
color: #A5754B;
}
</style>
background-color css
<style>
a { background-color: #A5754B; }
a { background-color: rgb(165,117,75); }
div.DivClassName
{
background-color: #A5754B;
}
.BgClassName
{
background-color: #A5754B;
}
</style>
border-color css
<style>
span { border-color: #A5754B; }
span { border-color: rgb(165,117,75); }
td.TdClassName
{
border-color: #A5754B;
}
.TagClassName
{
border-color: #A5754B;
}
</style>