#AD9C61

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

Shades of Barley Corn #AD9C61

Tints of Barley Corn #AD9C61

Color information

#AD9C61 (or 0xAD9C61) is unknown color: approx Barley Corn. HEX triplet: AD, 9C and 61. RGB value is (173,156,97). Sum of RGB (Red+Green+Blue) = 173+156+97=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C61 is #52639E. Grayscale: #9A9A9A. Windows color (decimal): -5399455 or 6397101. OLE color: 6397101.

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

Color convert

RGB17315697-
CMYK00.100.440.32
HSL46.58º31.67%52.94%-
HSV(B)46.58º43.93%67.84%-
XYZ31.2833.5216.13-
YUV154.3695.63141.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=40.61%
G=36.62%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731569700.100.440.3246.5831.6752.94
HexAD9C610A2C202f2035
Octal2552341410125440574065
Binary1010110110011100110000101010101100100000101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C61; }

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

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

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

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

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

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

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

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