#AD915F

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

Shades of Barley Corn #AD915F

Tints of Barley Corn #AD915F

Color information

#AD915F (or 0xAD915F) is unknown color: approx Barley Corn. HEX triplet: AD, 91 and 5F. RGB value is (173,145,95). Sum of RGB (Red+Green+Blue) = 173+145+95=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD915F is #526EA0. Grayscale: #939393. Windows color (decimal): -5402273 or 6263213. OLE color: 6263213.

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

Color convert

RGB17314595-
CMYK00.160.450.32
HSL38.46º32.23%52.55%-
HSV(B)38.46º45.09%67.84%-
XYZ29.4229.9615.06-
YUV147.6798.28146.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=41.89%
G=35.11%
B=23.00%

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
Decimal1731459500.160.450.3238.4632.2352.55
HexAD915F0102D20262035
Octal2552211370205540464065
Binary10101101100100011011111010000101101100000100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD915F; }

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

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

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

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

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

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

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

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