#AD9660

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

Shades of Barley Corn #AD9660

Tints of Barley Corn #AD9660

Color information

#AD9660 (or 0xAD9660) is unknown color: approx Barley Corn. HEX triplet: AD, 96 and 60. RGB value is (173,150,96). Sum of RGB (Red+Green+Blue) = 173+150+96=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9660 is #52699F. Grayscale: #969696. Windows color (decimal): -5400992 or 6330029. OLE color: 6330029.

HSL color Cylindrical-coordinate representation of color #AD9660: hue angle of 42.08º 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 #AD9660 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17315096-
CMYK00.130.450.32
HSL42.08º31.95%52.75%-
HSV(B)42.08º44.51%67.84%-
XYZ30.2531.5415.56-
YUV150.7297.12143.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=41.29%
G=35.80%
B=22.91%

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
Decimal1731509600.130.450.3242.0831.9552.75
HexAD96600D2D202a2035
Octal2552261400155540524065
Binary1010110110010110110000001101101101100000101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9660; }

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

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

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

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

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

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

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

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