#AD8D5E

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

Shades of Barley Corn #AD8D5E

Tints of Barley Corn #AD8D5E

Color information

#AD8D5E (or 0xAD8D5E) is unknown color: approx Barley Corn. HEX triplet: AD, 8D and 5E. RGB value is (173,141,94). Sum of RGB (Red+Green+Blue) = 173+141+94=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D5E is #5272A1. Grayscale: #919191. Windows color (decimal): -5403298 or 6196653. OLE color: 6196653.

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

Color convert

RGB17314194-
CMYK00.180.460.32
HSL35.7º32.51%52.35%-
HSV(B)35.7º45.66%67.84%-
XYZ28.7828.7414.62-
YUV145.2199.1147.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=42.40%
G=34.56%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731419400.180.460.3235.732.5152.35
HexAD8D5E0122E20242134
Octal2552151360225640444164
Binary10101101100011011011110010010101110100000100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D5E; }

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

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

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

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

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

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

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

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