#AD9060

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

Shades of Barley Corn #AD9060

Tints of Barley Corn #AD9060

Color information

#AD9060 (or 0xAD9060) is unknown color: approx Barley Corn. HEX triplet: AD, 90 and 60. RGB value is (173,144,96). Sum of RGB (Red+Green+Blue) = 173+144+96=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9060 is #526F9F. Grayscale: #939393. Windows color (decimal): -5402528 or 6328493. OLE color: 6328493.

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

Color convert

RGB17314496-
CMYK00.170.450.32
HSL37.4º31.95%52.75%-
HSV(B)37.4º44.51%67.84%-
XYZ29.3229.6815.25-
YUV147.299.11146.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=41.89%
G=34.87%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731449600.170.450.3237.431.9552.75
HexAD90600112D20252035
Octal2552201400215540454065
Binary10101101100100001100000010001101101100000100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9060; }

 p { color: rgb(173,144,96); }

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

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

 a { background-color: rgb(173,144,96); }

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

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

 span { border-color: rgb(173,144,96); }

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