Shades of Golden Brown #AD670D
Tints of Golden Brown #AD670D
RGB
CMYK
RGB Variations
Color information
#AD670D (or 0xAD670D) is known color: Golden Brown. HEX triplet: AD, 67 and 0D. RGB value is (173,103,13). Sum of RGB (Red+Green+Blue) = 173+103+13=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD670D is #5298F2. Grayscale: #727272. Windows color (decimal): -5413107 or 878509. OLE color: 878509.
HSL color Cylindrical-coordinate representation of color #AD670D: hue angle of 33.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD670D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.32 |
| HSL | 33.75º | 0.86% | 0.36% | - |
| HSV(B) | 33.75º | 0.92% | 0.68% | - |
| XYZ | 22.16 | 18.61 | 2.81 | - |
| YUV | 113.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 13 | 0 | 0.40 | 0.92 | 0.32 | 33.75 | 0.86 | 0.36 |
| Hex | AD | 67 | D | 0 | 28 | 5C | 20 | 22 | 56 | 24 |
| Octal | 255 | 147 | 15 | 0 | 50 | 134 | 40 | 42 | 126 | 44 |
| Binary | 10101101 | 1100111 | 1101 | 0 | 101000 | 1011100 | 100000 | 100010 | 1010110 | 100100 |
Color Harmonies of #AD670D
Complementary color
Monochromatic Colors of #AD670D
Black with #AD670D
Text Example
Text Example
White with #AD670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD670D; }
p { color: rgb(173,103,13); }
H1.HeaderClassName
{
color: #AD670D;
}
.AnyTagClassName
{
color: #AD670D;
}
</style>
background-color css
<style>
a { background-color: #AD670D; }
a { background-color: rgb(173,103,13); }
div.DivClassName
{
background-color: #AD670D;
}
.BgClassName
{
background-color: #AD670D;
}
</style>
border-color css
<style>
span { border-color: #AD670D; }
span { border-color: rgb(173,103,13); }
td.TdClassName
{
border-color: #AD670D;
}
.TagClassName
{
border-color: #AD670D;
}
</style>