Shades of Golden Brown #AD621B
Tints of Golden Brown #AD621B
RGB
CMYK
RGB Variations
Color information
#AD621B (or 0xAD621B) is known color: Golden Brown. HEX triplet: AD, 62 and 1B. RGB value is (173,98,27). Sum of RGB (Red+Green+Blue) = 173+98+27=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD621B is #529DE4. Grayscale: #707070. Windows color (decimal): -5414373 or 1794733. OLE color: 1794733.
HSL color Cylindrical-coordinate representation of color #AD621B: hue angle of 29.18º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD621B is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 27 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.32 |
| HSL | 29.18º | 0.73% | 0.39% | - |
| HSV(B) | 29.18º | 0.84% | 0.68% | - |
| XYZ | 21.8 | 17.7 | 3.3 | - |
| YUV | 112.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 27 | 0 | 0.43 | 0.84 | 0.32 | 29.18 | 0.73 | 0.39 |
| Hex | AD | 62 | 1B | 0 | 2B | 54 | 20 | 1D | 49 | 27 |
| Octal | 255 | 142 | 33 | 0 | 53 | 124 | 40 | 35 | 111 | 47 |
| Binary | 10101101 | 1100010 | 11011 | 0 | 101011 | 1010100 | 100000 | 11101 | 1001001 | 100111 |
Color Harmonies of #AD621B
Complementary color
Monochromatic Colors of #AD621B
Black with #AD621B
Text Example
Text Example
White with #AD621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD621B; }
p { color: rgb(173,98,27); }
H1.HeaderClassName
{
color: #AD621B;
}
.AnyTagClassName
{
color: #AD621B;
}
</style>
background-color css
<style>
a { background-color: #AD621B; }
a { background-color: rgb(173,98,27); }
div.DivClassName
{
background-color: #AD621B;
}
.BgClassName
{
background-color: #AD621B;
}
</style>
border-color css
<style>
span { border-color: #AD621B; }
span { border-color: rgb(173,98,27); }
td.TdClassName
{
border-color: #AD621B;
}
.TagClassName
{
border-color: #AD621B;
}
</style>