#AD915B

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

Shades of Barley Corn #AD915B

Tints of Barley Corn #AD915B

Color information

#AD915B (or 0xAD915B) is unknown color: approx Barley Corn. HEX triplet: AD, 91 and 5B. RGB value is (173,145,91). Sum of RGB (Red+Green+Blue) = 173+145+91=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD915B is #526EA4. Grayscale: #939393. Windows color (decimal): -5402277 or 6001069. OLE color: 6001069.

HSL color Cylindrical-coordinate representation of color #AD915B: hue angle of 39.51º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD915B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17314591-
CMYK00.160.470.32
HSL39.51º33.33%51.76%-
HSV(B)39.51º47.4%67.84%-
XYZ29.2529.8914.13-
YUV147.2296.28146.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=42.30%
G=35.45%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731459100.160.470.3239.5133.3351.76
HexAD915B0102F20282134
Octal2552211330205740504164
Binary10101101100100011011011010000101111100000101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD915B; }

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

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

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

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

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

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

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

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