Shades of Golden Brown #AD671A
Tints of Golden Brown #AD671A
RGB
CMYK
RGB Variations
Color information
#AD671A (or 0xAD671A) is known color: Golden Brown. HEX triplet: AD, 67 and 1A. RGB value is (173,103,26). Sum of RGB (Red+Green+Blue) = 173+103+26=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD671A is #5298E5. Grayscale: #737373. Windows color (decimal): -5413094 or 1730477. OLE color: 1730477.
HSL color Cylindrical-coordinate representation of color #AD671A: hue angle of 31.43º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD671A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 26 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.32 |
| HSL | 31.43º | 0.74% | 0.39% | - |
| HSV(B) | 31.43º | 0.85% | 0.68% | - |
| XYZ | 22.27 | 18.66 | 3.41 | - |
| YUV | 115.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 26 | 0 | 0.40 | 0.85 | 0.32 | 31.43 | 0.74 | 0.39 |
| Hex | AD | 67 | 1A | 0 | 28 | 55 | 20 | 1F | 4A | 27 |
| Octal | 255 | 147 | 32 | 0 | 50 | 125 | 40 | 37 | 112 | 47 |
| Binary | 10101101 | 1100111 | 11010 | 0 | 101000 | 1010101 | 100000 | 11111 | 1001010 | 100111 |
Color Harmonies of #AD671A
Complementary color
Monochromatic Colors of #AD671A
Black with #AD671A
Text Example
Text Example
White with #AD671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD671A; }
p { color: rgb(173,103,26); }
H1.HeaderClassName
{
color: #AD671A;
}
.AnyTagClassName
{
color: #AD671A;
}
</style>
background-color css
<style>
a { background-color: #AD671A; }
a { background-color: rgb(173,103,26); }
div.DivClassName
{
background-color: #AD671A;
}
.BgClassName
{
background-color: #AD671A;
}
</style>
border-color css
<style>
span { border-color: #AD671A; }
span { border-color: rgb(173,103,26); }
td.TdClassName
{
border-color: #AD671A;
}
.TagClassName
{
border-color: #AD671A;
}
</style>