Shades of Barley Corn #AD965D
Tints of Barley Corn #AD965D
RGB
CMYK
RGB Variations
Color information
#AD965D (or 0xAD965D) is known color: Barley Corn. HEX triplet: AD, 96 and 5D. RGB value is (173,150,93). Sum of RGB (Red+Green+Blue) = 173+150+93=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD965D is #5269A2. Grayscale: #969696. Windows color (decimal): -5400995 or 6133421. OLE color: 6133421.
HSL color Cylindrical-coordinate representation of color #AD965D: hue angle of 42.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD965D is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 93 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.32 |
| HSL | 42.75º | 0.33% | 0.52% | - |
| HSV(B) | 42.75º | 0.46% | 0.68% | - |
| XYZ | 30.12 | 31.49 | 14.85 | - |
| YUV | 150.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 93 | 0 | 0.13 | 0.46 | 0.32 | 42.75 | 0.33 | 0.52 |
| Hex | AD | 96 | 5D | 0 | D | 2E | 20 | 2B | 21 | 34 |
| Octal | 255 | 226 | 135 | 0 | 15 | 56 | 40 | 53 | 41 | 64 |
| Binary | 10101101 | 10010110 | 1011101 | 0 | 1101 | 101110 | 100000 | 101011 | 100001 | 110100 |
Color Harmonies of #AD965D
Complementary color
Monochromatic Colors of #AD965D
Black with #AD965D
Text Example
Text Example
White with #AD965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD965D; }
p { color: rgb(173,150,93); }
H1.HeaderClassName
{
color: #AD965D;
}
.AnyTagClassName
{
color: #AD965D;
}
</style>
background-color css
<style>
a { background-color: #AD965D; }
a { background-color: rgb(173,150,93); }
div.DivClassName
{
background-color: #AD965D;
}
.BgClassName
{
background-color: #AD965D;
}
</style>
border-color css
<style>
span { border-color: #AD965D; }
span { border-color: rgb(173,150,93); }
td.TdClassName
{
border-color: #AD965D;
}
.TagClassName
{
border-color: #AD965D;
}
</style>