#AD9564

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

Shades of Barley Corn #AD9564

Tints of Barley Corn #AD9564

Color information

#AD9564 (or 0xAD9564) is unknown color: approx Barley Corn. HEX triplet: AD, 95 and 64. RGB value is (173,149,100). Sum of RGB (Red+Green+Blue) = 173+149+100=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9564 is #526A9B. Grayscale: #969696. Windows color (decimal): -5401244 or 6591917. OLE color: 6591917.

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

Color convert

RGB173149100-
CMYK00.140.420.32
HSL40.27º30.8%53.53%-
HSV(B)40.27º42.2%67.84%-
XYZ30.2831.316.5-
YUV150.5999.45143.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=41.00%
G=35.31%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314910000.140.420.3240.2730.853.53
HexAD95640E2A20281f36
Octal2552251440165240503766
Binary101011011001010111001000111010101010000010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9564; }

 p { color: rgb(173,149,100); }

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

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

 a { background-color: rgb(173,149,100); }

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

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

 span { border-color: rgb(173,149,100); }

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