#AD9361

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

Shades of Barley Corn #AD9361

Tints of Barley Corn #AD9361

Color information

#AD9361 (or 0xAD9361) is unknown color: approx Barley Corn. HEX triplet: AD, 93 and 61. RGB value is (173,147,97). Sum of RGB (Red+Green+Blue) = 173+147+97=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9361 is #526C9E. Grayscale: #959595. Windows color (decimal): -5401759 or 6394797. OLE color: 6394797.

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

Color convert

RGB17314797-
CMYK00.150.440.32
HSL39.47º31.67%52.94%-
HSV(B)39.47º43.93%67.84%-
XYZ29.8230.6115.65-
YUV149.0798.61145.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=41.49%
G=35.25%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731479700.150.440.3239.4731.6752.94
HexAD93610F2C20272035
Octal2552231410175440474065
Binary1010110110010011110000101111101100100000100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9361; }

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

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

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

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

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

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

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

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