#AD9160

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

Shades of Barley Corn #AD9160

Tints of Barley Corn #AD9160

Color information

#AD9160 (or 0xAD9160) is unknown color: approx Barley Corn. HEX triplet: AD, 91 and 60. RGB value is (173,145,96). Sum of RGB (Red+Green+Blue) = 173+145+96=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9160 is #526E9F. Grayscale: #949494. Windows color (decimal): -5402272 or 6328749. OLE color: 6328749.

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

Color convert

RGB17314596-
CMYK00.160.450.32
HSL38.18º31.95%52.75%-
HSV(B)38.18º44.51%67.84%-
XYZ29.4729.9815.3-
YUV147.7998.78145.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=41.79%
G=35.02%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731459600.160.450.3238.1831.9552.75
HexAD91600102D20262035
Octal2552211400205540464065
Binary10101101100100011100000010000101101100000100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9160; }

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

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

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

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

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

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

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

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