#AD9363

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

Shades of Barley Corn #AD9363

Tints of Barley Corn #AD9363

Color information

#AD9363 (or 0xAD9363) is unknown color: approx Barley Corn. HEX triplet: AD, 93 and 63. RGB value is (173,147,99). Sum of RGB (Red+Green+Blue) = 173+147+99=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9363 is #526C9C. Grayscale: #959595. Windows color (decimal): -5401757 or 6525869. OLE color: 6525869.

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

Color convert

RGB17314799-
CMYK00.150.430.32
HSL38.92º31.09%53.33%-
HSV(B)38.92º42.77%67.84%-
XYZ29.9230.6516.14-
YUV149.399.61144.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=41.29%
G=35.08%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731479900.150.430.3238.9231.0953.33
HexAD93630F2B20271f35
Octal2552231430175340473765
Binary101011011001001111000110111110101110000010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9363; }

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

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

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

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

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

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

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

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