Shades of Pale Brown #A17758
Tints of Pale Brown #A17758
RGB
CMYK
RGB Variations
Color information
#A17758 (or 0xA17758) is known color: Pale Brown. HEX triplet: A1, 77 and 58. RGB value is (161,119,88). Sum of RGB (Red+Green+Blue) = 161+119+88=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A17758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17758 is #5E88A7. Grayscale: #808080. Windows color (decimal): -6195368 or 5797793. OLE color: 5797793.
HSL color Cylindrical-coordinate representation of color #A17758: hue angle of 25.48º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17758 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 88 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.37 |
| HSL | 25.48º | 0.29% | 0.49% | - |
| HSV(B) | 25.48º | 0.45% | 0.63% | - |
| XYZ | 23.06 | 21.48 | 12.16 | - |
| YUV | 128.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 88 | 0 | 0.26 | 0.45 | 0.37 | 25.48 | 0.29 | 0.49 |
| Hex | A1 | 77 | 58 | 0 | 1A | 2D | 25 | 19 | 1D | 31 |
| Octal | 241 | 167 | 130 | 0 | 32 | 55 | 45 | 31 | 35 | 61 |
| Binary | 10100001 | 1110111 | 1011000 | 0 | 11010 | 101101 | 100101 | 11001 | 11101 | 110001 |
Color Harmonies of #A17758
Complementary color
Monochromatic Colors of #A17758
Black with #A17758
Text Example
Text Example
White with #A17758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17758; }
p { color: rgb(161,119,88); }
H1.HeaderClassName
{
color: #A17758;
}
.AnyTagClassName
{
color: #A17758;
}
</style>
background-color css
<style>
a { background-color: #A17758; }
a { background-color: rgb(161,119,88); }
div.DivClassName
{
background-color: #A17758;
}
.BgClassName
{
background-color: #A17758;
}
</style>
border-color css
<style>
span { border-color: #A17758; }
span { border-color: rgb(161,119,88); }
td.TdClassName
{
border-color: #A17758;
}
.TagClassName
{
border-color: #A17758;
}
</style>