#AC9358

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

Shades of Barley Corn #AC9358

Tints of Barley Corn #AC9358

Color information

#AC9358 (or 0xAC9358) is unknown color: approx Barley Corn. HEX triplet: AC, 93 and 58. RGB value is (172,147,88). Sum of RGB (Red+Green+Blue) = 172+147+88=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9358 is #536CA7. Grayscale: #949494. Windows color (decimal): -5467304 or 5804972. OLE color: 5804972.

HSL color Cylindrical-coordinate representation of color #AC9358: hue angle of 42.14º 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 #AC9358 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17214788-
CMYK00.150.490.33
HSL42.14º33.6%50.98%-
HSV(B)42.14º48.84%67.45%-
XYZ29.2130.3413.55-
YUV147.7594.28145.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=42.26%
G=36.12%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721478800.150.490.3342.1433.650.98
HexAC93580F31212a2233
Octal2542231300176141524263
Binary1010110010010011101100001111110001100001101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9358; }

 p { color: rgb(172,147,88); }

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

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

 a { background-color: rgb(172,147,88); }

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

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

 span { border-color: rgb(172,147,88); }

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