#AC915B

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

Shades of Barley Corn #AC915B

Tints of Barley Corn #AC915B

Color information

#AC915B (or 0xAC915B) is unknown color: approx Barley Corn. HEX triplet: AC, 91 and 5B. RGB value is (172,145,91). Sum of RGB (Red+Green+Blue) = 172+145+91=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC915B is #536EA4. Grayscale: #939393. Windows color (decimal): -5467813 or 6001068. OLE color: 6001068.

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

Color convert

RGB17214591-
CMYK00.160.470.33
HSL40º32.79%51.57%-
HSV(B)40º47.09%67.45%-
XYZ29.0329.7814.12-
YUV146.9296.45145.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=42.16%
G=35.54%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721459100.160.470.334032.7951.57
HexAC915B0102F21282134
Octal2542211330205741504164
Binary10101100100100011011011010000101111100001101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC915B; }

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

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

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

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

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

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

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

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