Shades of Golden Brown #A6550F
Tints of Golden Brown #A6550F
RGB
CMYK
RGB Variations
Color information
#A6550F (or 0xA6550F) is known color: Golden Brown. HEX triplet: A6, 55 and 0F. RGB value is (166,85,15). Sum of RGB (Red+Green+Blue) = 166+85+15=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6550F is #59AAF0. Grayscale: #656565. Windows color (decimal): -5876465 or 1004966. OLE color: 1004966.
HSL color Cylindrical-coordinate representation of color #A6550F: hue angle of 27.81º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6550F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.35 |
| HSL | 27.81º | 0.83% | 0.35% | - |
| HSV(B) | 27.81º | 0.91% | 0.65% | - |
| XYZ | 19.06 | 14.64 | 2.27 | - |
| YUV | 101.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 15 | 0 | 0.49 | 0.91 | 0.35 | 27.81 | 0.83 | 0.35 |
| Hex | A6 | 55 | F | 0 | 31 | 5B | 23 | 1C | 53 | 23 |
| Octal | 246 | 125 | 17 | 0 | 61 | 133 | 43 | 34 | 123 | 43 |
| Binary | 10100110 | 1010101 | 1111 | 0 | 110001 | 1011011 | 100011 | 11100 | 1010011 | 100011 |
Color Harmonies of #A6550F
Complementary color
Monochromatic Colors of #A6550F
Black with #A6550F
Text Example
Text Example
White with #A6550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6550F; }
p { color: rgb(166,85,15); }
H1.HeaderClassName
{
color: #A6550F;
}
.AnyTagClassName
{
color: #A6550F;
}
</style>
background-color css
<style>
a { background-color: #A6550F; }
a { background-color: rgb(166,85,15); }
div.DivClassName
{
background-color: #A6550F;
}
.BgClassName
{
background-color: #A6550F;
}
</style>
border-color css
<style>
span { border-color: #A6550F; }
span { border-color: rgb(166,85,15); }
td.TdClassName
{
border-color: #A6550F;
}
.TagClassName
{
border-color: #A6550F;
}
</style>