Shades of Golden Brown #A8651B
Tints of Golden Brown #A8651B
RGB
CMYK
RGB Variations
Color information
#A8651B (or 0xA8651B) is known color: Golden Brown. HEX triplet: A8, 65 and 1B. RGB value is (168,101,27). Sum of RGB (Red+Green+Blue) = 168+101+27=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8651B is #579AE4. Grayscale: #707070. Windows color (decimal): -5741285 or 1795496. OLE color: 1795496.
HSL color Cylindrical-coordinate representation of color #A8651B: hue angle of 31.49º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8651B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.34 |
| HSL | 31.49º | 0.72% | 0.38% | - |
| HSV(B) | 31.49º | 0.84% | 0.66% | - |
| XYZ | 21 | 17.71 | 3.35 | - |
| YUV | 112.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 27 | 0 | 0.40 | 0.84 | 0.34 | 31.49 | 0.72 | 0.38 |
| Hex | A8 | 65 | 1B | 0 | 28 | 54 | 22 | 1F | 48 | 26 |
| Octal | 250 | 145 | 33 | 0 | 50 | 124 | 42 | 37 | 110 | 46 |
| Binary | 10101000 | 1100101 | 11011 | 0 | 101000 | 1010100 | 100010 | 11111 | 1001000 | 100110 |
Color Harmonies of #A8651B
Complementary color
Monochromatic Colors of #A8651B
Black with #A8651B
Text Example
Text Example
White with #A8651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8651B; }
p { color: rgb(168,101,27); }
H1.HeaderClassName
{
color: #A8651B;
}
.AnyTagClassName
{
color: #A8651B;
}
</style>
background-color css
<style>
a { background-color: #A8651B; }
a { background-color: rgb(168,101,27); }
div.DivClassName
{
background-color: #A8651B;
}
.BgClassName
{
background-color: #A8651B;
}
</style>
border-color css
<style>
span { border-color: #A8651B; }
span { border-color: rgb(168,101,27); }
td.TdClassName
{
border-color: #A8651B;
}
.TagClassName
{
border-color: #A8651B;
}
</style>