#AD8D61

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

Shades of Barley Corn #AD8D61

Tints of Barley Corn #AD8D61

Color information

#AD8D61 (or 0xAD8D61) is unknown color: approx Barley Corn. HEX triplet: AD, 8D and 61. RGB value is (173,141,97). Sum of RGB (Red+Green+Blue) = 173+141+97=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D61 is #52729E. Grayscale: #919191. Windows color (decimal): -5403295 or 6393261. OLE color: 6393261.

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

Color convert

RGB17314197-
CMYK00.180.440.32
HSL34.74º31.67%52.94%-
HSV(B)34.74º43.93%67.84%-
XYZ28.9228.815.34-
YUV145.55100.6147.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=42.09%
G=34.31%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731419700.180.440.3234.7431.6752.94
HexAD8D610122C20232035
Octal2552151410225440434065
Binary10101101100011011100001010010101100100000100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D61; }

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

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

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

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

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

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

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

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