Shades of Pale Brown #A6754B
Tints of Pale Brown #A6754B
RGB
CMYK
RGB Variations
Color information
#A6754B (or 0xA6754B) is known color: Pale Brown. HEX triplet: A6, 75 and 4B. RGB value is (166,117,75). Sum of RGB (Red+Green+Blue) = 166+117+75=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6754B is #598AB4. Grayscale: #7F7F7F. Windows color (decimal): -5868213 or 4945318. OLE color: 4945318.
HSL color Cylindrical-coordinate representation of color #A6754B: hue angle of 27.69º 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 #A6754B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 75 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.35 |
| HSL | 27.69º | 0.38% | 0.47% | - |
| HSV(B) | 27.69º | 0.55% | 0.65% | - |
| XYZ | 23.36 | 21.34 | 9.54 | - |
| YUV | 126.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 75 | 0 | 0.30 | 0.55 | 0.35 | 27.69 | 0.38 | 0.47 |
| Hex | A6 | 75 | 4B | 0 | 1E | 37 | 23 | 1C | 26 | 2F |
| Octal | 246 | 165 | 113 | 0 | 36 | 67 | 43 | 34 | 46 | 57 |
| Binary | 10100110 | 1110101 | 1001011 | 0 | 11110 | 110111 | 100011 | 11100 | 100110 | 101111 |
Color Harmonies of #A6754B
Complementary color
Monochromatic Colors of #A6754B
Black with #A6754B
Text Example
Text Example
White with #A6754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6754B; }
p { color: rgb(166,117,75); }
H1.HeaderClassName
{
color: #A6754B;
}
.AnyTagClassName
{
color: #A6754B;
}
</style>
background-color css
<style>
a { background-color: #A6754B; }
a { background-color: rgb(166,117,75); }
div.DivClassName
{
background-color: #A6754B;
}
.BgClassName
{
background-color: #A6754B;
}
</style>
border-color css
<style>
span { border-color: #A6754B; }
span { border-color: rgb(166,117,75); }
td.TdClassName
{
border-color: #A6754B;
}
.TagClassName
{
border-color: #A6754B;
}
</style>