#AD9260

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

Shades of Barley Corn #AD9260

Tints of Barley Corn #AD9260

Color information

#AD9260 (or 0xAD9260) is unknown color: approx Barley Corn. HEX triplet: AD, 92 and 60. RGB value is (173,146,96). Sum of RGB (Red+Green+Blue) = 173+146+96=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9260 is #526D9F. Grayscale: #949494. Windows color (decimal): -5402016 or 6329005. OLE color: 6329005.

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

Color convert

RGB17314696-
CMYK00.160.450.32
HSL38.96º31.95%52.75%-
HSV(B)38.96º44.51%67.84%-
XYZ29.6230.2915.35-
YUV148.3798.45145.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=41.69%
G=35.18%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731469600.160.450.3238.9631.9552.75
HexAD92600102D20272035
Octal2552221400205540474065
Binary10101101100100101100000010000101101100000100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9260; }

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

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

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

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

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

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

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

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