#AD9365

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

Shades of Barley Corn #AD9365

Tints of Barley Corn #AD9365

Color information

#AD9365 (or 0xAD9365) is unknown color: approx Barley Corn. HEX triplet: AD, 93 and 65. RGB value is (173,147,101). Sum of RGB (Red+Green+Blue) = 173+147+101=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9365 is #526C9A. Grayscale: #959595. Windows color (decimal): -5401755 or 6656941. OLE color: 6656941.

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

Color convert

RGB173147101-
CMYK00.150.420.32
HSL38.33º30.51%53.73%-
HSV(B)38.33º41.62%67.84%-
XYZ30.0230.6916.65-
YUV149.53100.61144.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=41.09%
G=34.92%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314710100.150.420.3238.3330.5153.73
HexAD93650F2A20261f36
Octal2552231450175240463766
Binary101011011001001111001010111110101010000010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9365; }

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

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

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

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

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

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

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

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