Shades of Golden Brown #AD691B
Tints of Golden Brown #AD691B
RGB
CMYK
RGB Variations
Color information
#AD691B (or 0xAD691B) is known color: Golden Brown. HEX triplet: AD, 69 and 1B. RGB value is (173,105,27). Sum of RGB (Red+Green+Blue) = 173+105+27=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD691B is #5296E4. Grayscale: #747474. Windows color (decimal): -5412581 or 1796525. OLE color: 1796525.
HSL color Cylindrical-coordinate representation of color #AD691B: hue angle of 32.05º 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 #AD691B is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 27 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.32 |
| HSL | 32.05º | 0.73% | 0.39% | - |
| HSV(B) | 32.05º | 0.84% | 0.68% | - |
| XYZ | 22.48 | 19.07 | 3.53 | - |
| YUV | 116.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 27 | 0 | 0.39 | 0.84 | 0.32 | 32.05 | 0.73 | 0.39 |
| Hex | AD | 69 | 1B | 0 | 27 | 54 | 20 | 20 | 49 | 27 |
| Octal | 255 | 151 | 33 | 0 | 47 | 124 | 40 | 40 | 111 | 47 |
| Binary | 10101101 | 1101001 | 11011 | 0 | 100111 | 1010100 | 100000 | 100000 | 1001001 | 100111 |
Color Harmonies of #AD691B
Complementary color
Monochromatic Colors of #AD691B
Black with #AD691B
Text Example
Text Example
White with #AD691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD691B; }
p { color: rgb(173,105,27); }
H1.HeaderClassName
{
color: #AD691B;
}
.AnyTagClassName
{
color: #AD691B;
}
</style>
background-color css
<style>
a { background-color: #AD691B; }
a { background-color: rgb(173,105,27); }
div.DivClassName
{
background-color: #AD691B;
}
.BgClassName
{
background-color: #AD691B;
}
</style>
border-color css
<style>
span { border-color: #AD691B; }
span { border-color: rgb(173,105,27); }
td.TdClassName
{
border-color: #AD691B;
}
.TagClassName
{
border-color: #AD691B;
}
</style>