#AD9265

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

Shades of Barley Corn #AD9265

Tints of Barley Corn #AD9265

Color information

#AD9265 (or 0xAD9265) is unknown color: approx Barley Corn. HEX triplet: AD, 92 and 65. RGB value is (173,146,101). Sum of RGB (Red+Green+Blue) = 173+146+101=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9265 is #526D9A. Grayscale: #959595. Windows color (decimal): -5402011 or 6656685. OLE color: 6656685.

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

Color convert

RGB173146101-
CMYK00.160.420.32
HSL37.5º30.51%53.73%-
HSV(B)37.5º41.62%67.84%-
XYZ29.8630.3816.6-
YUV148.94100.95145.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=41.19%
G=34.76%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314610100.160.420.3237.530.5153.73
HexAD92650102A20261f36
Octal2552221450205240463766
Binary1010110110010010110010101000010101010000010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9265; }

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

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

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

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

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

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

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

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