#AD9861

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

Shades of Barley Corn #AD9861

Tints of Barley Corn #AD9861

Color information

#AD9861 (or 0xAD9861) is unknown color: approx Barley Corn. HEX triplet: AD, 98 and 61. RGB value is (173,152,97). Sum of RGB (Red+Green+Blue) = 173+152+97=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9861 is #52679E. Grayscale: #989898. Windows color (decimal): -5400479 or 6396077. OLE color: 6396077.

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

Color convert

RGB17315297-
CMYK00.120.440.32
HSL43.42º31.67%52.94%-
HSV(B)43.42º43.93%67.84%-
XYZ30.6232.215.91-
YUV152.0196.96142.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=41.00%
G=36.02%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731529700.120.440.3243.4231.6752.94
HexAD98610C2C202b2035
Octal2552301410145440534065
Binary1010110110011000110000101100101100100000101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9861; }

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

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

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

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

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

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

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

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