Shades of Pale Brown #A6754D
Tints of Pale Brown #A6754D
RGB
CMYK
RGB Variations
Color information
#A6754D (or 0xA6754D) is known color: Pale Brown. HEX triplet: A6, 75 and 4D. RGB value is (166,117,77). Sum of RGB (Red+Green+Blue) = 166+117+77=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6754D is #598AB2. Grayscale: #7F7F7F. Windows color (decimal): -5868211 or 5076390. OLE color: 5076390.
HSL color Cylindrical-coordinate representation of color #A6754D: hue angle of 26.97º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6754D is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 77 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.35 |
| HSL | 26.97º | 0.37% | 0.48% | - |
| HSV(B) | 26.97º | 0.54% | 0.65% | - |
| XYZ | 23.43 | 21.37 | 9.91 | - |
| YUV | 127.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 77 | 0 | 0.30 | 0.54 | 0.35 | 26.97 | 0.37 | 0.48 |
| Hex | A6 | 75 | 4D | 0 | 1E | 36 | 23 | 1B | 25 | 30 |
| Octal | 246 | 165 | 115 | 0 | 36 | 66 | 43 | 33 | 45 | 60 |
| Binary | 10100110 | 1110101 | 1001101 | 0 | 11110 | 110110 | 100011 | 11011 | 100101 | 110000 |
Color Harmonies of #A6754D
Complementary color
Monochromatic Colors of #A6754D
Black with #A6754D
Text Example
Text Example
White with #A6754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6754D; }
p { color: rgb(166,117,77); }
H1.HeaderClassName
{
color: #A6754D;
}
.AnyTagClassName
{
color: #A6754D;
}
</style>
background-color css
<style>
a { background-color: #A6754D; }
a { background-color: rgb(166,117,77); }
div.DivClassName
{
background-color: #A6754D;
}
.BgClassName
{
background-color: #A6754D;
}
</style>
border-color css
<style>
span { border-color: #A6754D; }
span { border-color: rgb(166,117,77); }
td.TdClassName
{
border-color: #A6754D;
}
.TagClassName
{
border-color: #A6754D;
}
</style>