Shades of Pale Brown #A67755
Tints of Pale Brown #A67755
RGB
CMYK
RGB Variations
Color information
#A67755 (or 0xA67755) is known color: Pale Brown. HEX triplet: A6, 77 and 55. RGB value is (166,119,85). Sum of RGB (Red+Green+Blue) = 166+119+85=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67755 is #5988AA. Grayscale: #818181. Windows color (decimal): -5867691 or 5601190. OLE color: 5601190.
HSL color Cylindrical-coordinate representation of color #A67755: hue angle of 25.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67755 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 85 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.35 |
| HSL | 25.19º | 0.32% | 0.49% | - |
| HSV(B) | 25.19º | 0.49% | 0.65% | - |
| XYZ | 23.96 | 21.96 | 11.57 | - |
| YUV | 129.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 85 | 0 | 0.28 | 0.49 | 0.35 | 25.19 | 0.32 | 0.49 |
| Hex | A6 | 77 | 55 | 0 | 1C | 31 | 23 | 19 | 20 | 31 |
| Octal | 246 | 167 | 125 | 0 | 34 | 61 | 43 | 31 | 40 | 61 |
| Binary | 10100110 | 1110111 | 1010101 | 0 | 11100 | 110001 | 100011 | 11001 | 100000 | 110001 |
Color Harmonies of #A67755
Complementary color
Monochromatic Colors of #A67755
Black with #A67755
Text Example
Text Example
White with #A67755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67755; }
p { color: rgb(166,119,85); }
H1.HeaderClassName
{
color: #A67755;
}
.AnyTagClassName
{
color: #A67755;
}
</style>
background-color css
<style>
a { background-color: #A67755; }
a { background-color: rgb(166,119,85); }
div.DivClassName
{
background-color: #A67755;
}
.BgClassName
{
background-color: #A67755;
}
</style>
border-color css
<style>
span { border-color: #A67755; }
span { border-color: rgb(166,119,85); }
td.TdClassName
{
border-color: #A67755;
}
.TagClassName
{
border-color: #A67755;
}
</style>