#AD9760

Color #AD9760 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AD9760

Tints of Barley Corn #AD9760

Color information

#AD9760 (or 0xAD9760) is unknown color: approx Barley Corn. HEX triplet: AD, 97 and 60. RGB value is (173,151,96). Sum of RGB (Red+Green+Blue) = 173+151+96=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9760 is #52689F. Grayscale: #979797. Windows color (decimal): -5400736 or 6330285. OLE color: 6330285.

HSL color Cylindrical-coordinate representation of color #AD9760: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9760 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17315196-
CMYK00.130.450.32
HSL42.86º31.95%52.75%-
HSV(B)42.86º44.51%67.84%-
XYZ30.4131.8615.61-
YUV151.3196.79143.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=41.19%
G=35.95%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731519600.130.450.3242.8631.9552.75
HexAD97600D2D202b2035
Octal2552271400155540534065
Binary1010110110010111110000001101101101100000101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9760; }

 p { color: rgb(173,151,96); }

 H1.HeaderClassName
 {
   color: #AD9760;
 }
 .AnyTagClassName
 {
   color: #AD9760;
 }
</style>
background-color css

<style>
 a { background-color: #AD9760; }

 a { background-color: rgb(173,151,96); }

 div.DivClassName
 {
   background-color: #AD9760;
 }
 .BgClassName
 {
   background-color: #AD9760;
 }
</style>
border-color css

<style>
 span { border-color: #AD9760; }

 span { border-color: rgb(173,151,96); }

 td.TdClassName
 {
   border-color: #AD9760;
 }
 .TagClassName
 {
   border-color: #AD9760;
 }
</style>