Shades of Pale Brown #A6754A
Tints of Pale Brown #A6754A
RGB
CMYK
RGB Variations
Color information
#A6754A (or 0xA6754A) is known color: Pale Brown. HEX triplet: A6, 75 and 4A. RGB value is (166,117,74). Sum of RGB (Red+Green+Blue) = 166+117+74=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6754A is #598AB5. Grayscale: #7E7E7E. Windows color (decimal): -5868214 or 4879782. OLE color: 4879782.
HSL color Cylindrical-coordinate representation of color #A6754A: hue angle of 28.04º 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 #A6754A is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 74 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.35 |
| HSL | 28.04º | 0.38% | 0.47% | - |
| HSV(B) | 28.04º | 0.55% | 0.65% | - |
| XYZ | 23.32 | 21.32 | 9.37 | - |
| YUV | 126.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 74 | 0 | 0.30 | 0.55 | 0.35 | 28.04 | 0.38 | 0.47 |
| Hex | A6 | 75 | 4A | 0 | 1E | 37 | 23 | 1C | 26 | 2F |
| Octal | 246 | 165 | 112 | 0 | 36 | 67 | 43 | 34 | 46 | 57 |
| Binary | 10100110 | 1110101 | 1001010 | 0 | 11110 | 110111 | 100011 | 11100 | 100110 | 101111 |
Color Harmonies of #A6754A
Complementary color
Monochromatic Colors of #A6754A
Black with #A6754A
Text Example
Text Example
White with #A6754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6754A; }
p { color: rgb(166,117,74); }
H1.HeaderClassName
{
color: #A6754A;
}
.AnyTagClassName
{
color: #A6754A;
}
</style>
background-color css
<style>
a { background-color: #A6754A; }
a { background-color: rgb(166,117,74); }
div.DivClassName
{
background-color: #A6754A;
}
.BgClassName
{
background-color: #A6754A;
}
</style>
border-color css
<style>
span { border-color: #A6754A; }
span { border-color: rgb(166,117,74); }
td.TdClassName
{
border-color: #A6754A;
}
.TagClassName
{
border-color: #A6754A;
}
</style>