Shades of Golden Brown #AD661C
Tints of Golden Brown #AD661C
RGB
CMYK
RGB Variations
Color information
#AD661C (or 0xAD661C) is known color: Golden Brown. HEX triplet: AD, 66 and 1C. RGB value is (173,102,28). Sum of RGB (Red+Green+Blue) = 173+102+28=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD661C is #5299E3. Grayscale: #737373. Windows color (decimal): -5413348 or 1861293. OLE color: 1861293.
HSL color Cylindrical-coordinate representation of color #AD661C: hue angle of 30.62º degrees, saturation: 0.72, 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 #AD661C is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 28 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.32 |
| HSL | 30.62º | 0.72% | 0.39% | - |
| HSV(B) | 30.62º | 0.84% | 0.68% | - |
| XYZ | 22.19 | 18.47 | 3.49 | - |
| YUV | 114.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 28 | 0 | 0.41 | 0.84 | 0.32 | 30.62 | 0.72 | 0.39 |
| Hex | AD | 66 | 1C | 0 | 29 | 54 | 20 | 1F | 48 | 27 |
| Octal | 255 | 146 | 34 | 0 | 51 | 124 | 40 | 37 | 110 | 47 |
| Binary | 10101101 | 1100110 | 11100 | 0 | 101001 | 1010100 | 100000 | 11111 | 1001000 | 100111 |
Color Harmonies of #AD661C
Complementary color
Monochromatic Colors of #AD661C
Black with #AD661C
Text Example
Text Example
White with #AD661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD661C; }
p { color: rgb(173,102,28); }
H1.HeaderClassName
{
color: #AD661C;
}
.AnyTagClassName
{
color: #AD661C;
}
</style>
background-color css
<style>
a { background-color: #AD661C; }
a { background-color: rgb(173,102,28); }
div.DivClassName
{
background-color: #AD661C;
}
.BgClassName
{
background-color: #AD661C;
}
</style>
border-color css
<style>
span { border-color: #AD661C; }
span { border-color: rgb(173,102,28); }
td.TdClassName
{
border-color: #AD661C;
}
.TagClassName
{
border-color: #AD661C;
}
</style>