#AD9761

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

Shades of Barley Corn #AD9761

Tints of Barley Corn #AD9761

Color information

#AD9761 (or 0xAD9761) is unknown color: approx Barley Corn. HEX triplet: AD, 97 and 61. RGB value is (173,151,97). Sum of RGB (Red+Green+Blue) = 173+151+97=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9761 is #52689E. Grayscale: #979797. Windows color (decimal): -5400735 or 6395821. OLE color: 6395821.

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

Color convert

RGB17315197-
CMYK00.130.440.32
HSL42.63º31.67%52.94%-
HSV(B)42.63º43.93%67.84%-
XYZ30.4631.8815.86-
YUV151.4297.29143.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=41.09%
G=35.87%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731519700.130.440.3242.6331.6752.94
HexAD97610D2C202b2035
Octal2552271410155440534065
Binary1010110110010111110000101101101100100000101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9761; }

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

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

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

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

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

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

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

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