#AC9457

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

Shades of Barley Corn #AC9457

Tints of Barley Corn #AC9457

Color information

#AC9457 (or 0xAC9457) is unknown color: approx Barley Corn. HEX triplet: AC, 94 and 57. RGB value is (172,148,87). Sum of RGB (Red+Green+Blue) = 172+148+87=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9457 is #536BA8. Grayscale: #949494. Windows color (decimal): -5467049 or 5739692. OLE color: 5739692.

HSL color Cylindrical-coordinate representation of color #AC9457: hue angle of 43.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9457 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17214887-
CMYK00.140.490.33
HSL43.06º33.86%50.78%-
HSV(B)43.06º49.42%67.45%-
XYZ29.3230.6413.39-
YUV148.2293.45144.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=42.26%
G=36.36%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721488700.140.490.3343.0633.8650.78
HexAC94570E31212b2233
Octal2542241270166141534263
Binary1010110010010100101011101110110001100001101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9457; }

 p { color: rgb(172,148,87); }

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

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

 a { background-color: rgb(172,148,87); }

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

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

 span { border-color: rgb(172,148,87); }

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