Shades of Golden Brown #AD691A
Tints of Golden Brown #AD691A
RGB
CMYK
RGB Variations
Color information
#AD691A (or 0xAD691A) is known color: Golden Brown. HEX triplet: AD, 69 and 1A. RGB value is (173,105,26). Sum of RGB (Red+Green+Blue) = 173+105+26=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD691A is #5296E5. Grayscale: #747474. Windows color (decimal): -5412582 or 1730989. OLE color: 1730989.
HSL color Cylindrical-coordinate representation of color #AD691A: hue angle of 32.24º 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 #AD691A is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 26 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.32 |
| HSL | 32.24º | 0.74% | 0.39% | - |
| HSV(B) | 32.24º | 0.85% | 0.68% | - |
| XYZ | 22.47 | 19.06 | 3.47 | - |
| YUV | 116.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 26 | 0 | 0.39 | 0.85 | 0.32 | 32.24 | 0.74 | 0.39 |
| Hex | AD | 69 | 1A | 0 | 27 | 55 | 20 | 20 | 4A | 27 |
| Octal | 255 | 151 | 32 | 0 | 47 | 125 | 40 | 40 | 112 | 47 |
| Binary | 10101101 | 1101001 | 11010 | 0 | 100111 | 1010101 | 100000 | 100000 | 1001010 | 100111 |
Color Harmonies of #AD691A
Complementary color
Monochromatic Colors of #AD691A
Black with #AD691A
Text Example
Text Example
White with #AD691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD691A; }
p { color: rgb(173,105,26); }
H1.HeaderClassName
{
color: #AD691A;
}
.AnyTagClassName
{
color: #AD691A;
}
</style>
background-color css
<style>
a { background-color: #AD691A; }
a { background-color: rgb(173,105,26); }
div.DivClassName
{
background-color: #AD691A;
}
.BgClassName
{
background-color: #AD691A;
}
</style>
border-color css
<style>
span { border-color: #AD691A; }
span { border-color: rgb(173,105,26); }
td.TdClassName
{
border-color: #AD691A;
}
.TagClassName
{
border-color: #AD691A;
}
</style>