#AD9D60

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

Shades of Barley Corn #AD9D60

Tints of Barley Corn #AD9D60

Color information

#AD9D60 (or 0xAD9D60) is unknown color: approx Barley Corn. HEX triplet: AD, 9D and 60. RGB value is (173,157,96). Sum of RGB (Red+Green+Blue) = 173+157+96=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D60 is #52629F. Grayscale: #9B9B9B. Windows color (decimal): -5399200 or 6331821. OLE color: 6331821.

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

Color convert

RGB17315796-
CMYK00.090.450.32
HSL47.53º31.95%52.75%-
HSV(B)47.53º44.51%67.84%-
XYZ31.433.8415.94-
YUV154.8394.8140.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=40.61%
G=36.85%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731579600.090.450.3247.5331.9552.75
HexAD9D60092D20302035
Octal2552351400115540604065
Binary1010110110011101110000001001101101100000110000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D60; }

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

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

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

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

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

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

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

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