#AD9D61

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

Shades of Barley Corn #AD9D61

Tints of Barley Corn #AD9D61

Color information

#AD9D61 (or 0xAD9D61) is unknown color: approx Barley Corn. HEX triplet: AD, 9D and 61. RGB value is (173,157,97). Sum of RGB (Red+Green+Blue) = 173+157+97=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D61 is #52629E. Grayscale: #9B9B9B. Windows color (decimal): -5399199 or 6397357. OLE color: 6397357.

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

Color convert

RGB17315797-
CMYK00.090.440.32
HSL47.37º31.67%52.94%-
HSV(B)47.37º43.93%67.84%-
XYZ31.4533.8616.19-
YUV154.9495.3140.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=40.52%
G=36.77%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731579700.090.440.3247.3731.6752.94
HexAD9D61092C202f2035
Octal2552351410115440574065
Binary1010110110011101110000101001101100100000101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D61; }

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

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

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

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

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

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

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

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