Shades of Barley Corn #AD905B
Tints of Barley Corn #AD905B
RGB
CMYK
RGB Variations
Color information
#AD905B (or 0xAD905B) is known color: Barley Corn. HEX triplet: AD, 90 and 5B. RGB value is (173,144,91). Sum of RGB (Red+Green+Blue) = 173+144+91=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD905B is #526FA4. Grayscale: #929292. Windows color (decimal): -5402533 or 6000813. OLE color: 6000813.
HSL color Cylindrical-coordinate representation of color #AD905B: hue angle of 38.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD905B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 91 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.32 |
| HSL | 38.78º | 0.33% | 0.52% | - |
| HSV(B) | 38.78º | 0.47% | 0.68% | - |
| XYZ | 29.1 | 29.59 | 14.07 | - |
| YUV | 146.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 91 | 0 | 0.17 | 0.47 | 0.32 | 38.78 | 0.33 | 0.52 |
| Hex | AD | 90 | 5B | 0 | 11 | 2F | 20 | 27 | 21 | 34 |
| Octal | 255 | 220 | 133 | 0 | 21 | 57 | 40 | 47 | 41 | 64 |
| Binary | 10101101 | 10010000 | 1011011 | 0 | 10001 | 101111 | 100000 | 100111 | 100001 | 110100 |
Color Harmonies of #AD905B
Complementary color
Monochromatic Colors of #AD905B
Black with #AD905B
Text Example
Text Example
White with #AD905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD905B; }
p { color: rgb(173,144,91); }
H1.HeaderClassName
{
color: #AD905B;
}
.AnyTagClassName
{
color: #AD905B;
}
</style>
background-color css
<style>
a { background-color: #AD905B; }
a { background-color: rgb(173,144,91); }
div.DivClassName
{
background-color: #AD905B;
}
.BgClassName
{
background-color: #AD905B;
}
</style>
border-color css
<style>
span { border-color: #AD905B; }
span { border-color: rgb(173,144,91); }
td.TdClassName
{
border-color: #AD905B;
}
.TagClassName
{
border-color: #AD905B;
}
</style>