#AD8F5E

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

Shades of Barley Corn #AD8F5E

Tints of Barley Corn #AD8F5E

Color information

#AD8F5E (or 0xAD8F5E) is unknown color: approx Barley Corn. HEX triplet: AD, 8F and 5E. RGB value is (173,143,94). Sum of RGB (Red+Green+Blue) = 173+143+94=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F5E is #5270A1. Grayscale: #929292. Windows color (decimal): -5402786 or 6197165. OLE color: 6197165.

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

Color convert

RGB17314394-
CMYK00.170.460.32
HSL37.22º32.51%52.35%-
HSV(B)37.22º45.66%67.84%-
XYZ29.0829.3414.72-
YUV146.3898.44146.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=42.20%
G=34.88%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731439400.170.460.3237.2232.5152.35
HexAD8F5E0112E20252134
Octal2552171360215640454164
Binary10101101100011111011110010001101110100000100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F5E; }

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

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

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

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

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

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

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

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