Shades of Barley Corn #AD965C
Tints of Barley Corn #AD965C
RGB
CMYK
RGB Variations
Color information
#AD965C (or 0xAD965C) is known color: Barley Corn. HEX triplet: AD, 96 and 5C. RGB value is (173,150,92). Sum of RGB (Red+Green+Blue) = 173+150+92=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965C is #5269A3. Grayscale: #969696. Windows color (decimal): -5400996 or 6067885. OLE color: 6067885.
HSL color Cylindrical-coordinate representation of color #AD965C: hue angle of 42.96º 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 #AD965C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 92 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.32 |
| HSL | 42.96º | 0.33% | 0.52% | - |
| HSV(B) | 42.96º | 0.47% | 0.68% | - |
| XYZ | 30.07 | 31.47 | 14.61 | - |
| YUV | 150.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 92 | 0 | 0.13 | 0.47 | 0.32 | 42.96 | 0.33 | 0.52 |
| Hex | AD | 96 | 5C | 0 | D | 2F | 20 | 2B | 21 | 34 |
| Octal | 255 | 226 | 134 | 0 | 15 | 57 | 40 | 53 | 41 | 64 |
| Binary | 10101101 | 10010110 | 1011100 | 0 | 1101 | 101111 | 100000 | 101011 | 100001 | 110100 |
Color Harmonies of #AD965C
Complementary color
Monochromatic Colors of #AD965C
Black with #AD965C
Text Example
Text Example
White with #AD965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD965C; }
p { color: rgb(173,150,92); }
H1.HeaderClassName
{
color: #AD965C;
}
.AnyTagClassName
{
color: #AD965C;
}
</style>
background-color css
<style>
a { background-color: #AD965C; }
a { background-color: rgb(173,150,92); }
div.DivClassName
{
background-color: #AD965C;
}
.BgClassName
{
background-color: #AD965C;
}
</style>
border-color css
<style>
span { border-color: #AD965C; }
span { border-color: rgb(173,150,92); }
td.TdClassName
{
border-color: #AD965C;
}
.TagClassName
{
border-color: #AD965C;
}
</style>