#AD9560

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

Shades of Barley Corn #AD9560

Tints of Barley Corn #AD9560

Color information

#AD9560 (or 0xAD9560) is unknown color: approx Barley Corn. HEX triplet: AD, 95 and 60. RGB value is (173,149,96). Sum of RGB (Red+Green+Blue) = 173+149+96=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9560 is #526A9F. Grayscale: #969696. Windows color (decimal): -5401248 or 6329773. OLE color: 6329773.

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

Color convert

RGB17314996-
CMYK00.140.450.32
HSL41.3º31.95%52.75%-
HSV(B)41.3º44.51%67.84%-
XYZ30.0931.2215.51-
YUV150.1397.45144.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=41.39%
G=35.65%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731499600.140.450.3241.331.9552.75
HexAD95600E2D20292035
Octal2552251400165540514065
Binary1010110110010101110000001110101101100000101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9560; }

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

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

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

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

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

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

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

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