#AD8C62

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

Shades of Barley Corn #AD8C62

Tints of Barley Corn #AD8C62

Color information

#AD8C62 (or 0xAD8C62) is unknown color: approx Barley Corn. HEX triplet: AD, 8C and 62. RGB value is (173,140,98). Sum of RGB (Red+Green+Blue) = 173+140+98=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C62 is #52739D. Grayscale: #919191. Windows color (decimal): -5403550 or 6458541. OLE color: 6458541.

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

Color convert

RGB17314098-
CMYK00.190.430.32
HSL33.6º31.38%53.14%-
HSV(B)33.6º43.35%67.84%-
XYZ28.8228.5215.54-
YUV145.08101.43147.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=42.09%
G=34.06%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731409800.190.430.3233.631.3853.14
HexAD8C620132B20221f35
Octal2552141420235340423765
Binary1010110110001100110001001001110101110000010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C62; }

 p { color: rgb(173,140,98); }

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

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

 a { background-color: rgb(173,140,98); }

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

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

 span { border-color: rgb(173,140,98); }

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