#AD9D5F

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

Shades of Barley Corn #AD9D5F

Tints of Barley Corn #AD9D5F

Color information

#AD9D5F (or 0xAD9D5F) is unknown color: approx Barley Corn. HEX triplet: AD, 9D and 5F. RGB value is (173,157,95). Sum of RGB (Red+Green+Blue) = 173+157+95=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D5F is #5262A0. Grayscale: #9A9A9A. Windows color (decimal): -5399201 or 6266285. OLE color: 6266285.

HSL color Cylindrical-coordinate representation of color #AD9D5F: hue angle of 47.69º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD9D5F is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17315795-
CMYK00.090.450.32
HSL47.69º32.23%52.55%-
HSV(B)47.69º45.09%67.84%-
XYZ31.3633.8215.7-
YUV154.7294.3141.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=40.71%
G=36.94%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731579500.090.450.3247.6932.2352.55
HexAD9D5F092D20302035
Octal2552351370115540604065
Binary1010110110011101101111101001101101100000110000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D5F; }

 p { color: rgb(173,157,95); }

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

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

 a { background-color: rgb(173,157,95); }

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

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

 span { border-color: rgb(173,157,95); }

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