#AD9C5E

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

Shades of Barley Corn #AD9C5E

Tints of Barley Corn #AD9C5E

Color information

#AD9C5E (or 0xAD9C5E) is unknown color: approx Barley Corn. HEX triplet: AD, 9C and 5E. RGB value is (173,156,94). Sum of RGB (Red+Green+Blue) = 173+156+94=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C5E is #5263A1. Grayscale: #9A9A9A. Windows color (decimal): -5399458 or 6200493. OLE color: 6200493.

HSL color Cylindrical-coordinate representation of color #AD9C5E: hue angle of 47.09º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD9C5E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17315694-
CMYK00.100.460.32
HSL47.09º32.51%52.35%-
HSV(B)47.09º45.66%67.84%-
XYZ31.1433.4715.41-
YUV154.0194.13141.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=40.90%
G=36.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731569400.100.460.3247.0932.5152.35
HexAD9C5E0A2E202f2134
Octal2552341360125640574164
Binary1010110110011100101111001010101110100000101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C5E; }

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

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

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

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

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

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

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

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