#AC9362

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

Shades of Barley Corn #AC9362

Tints of Barley Corn #AC9362

Color information

#AC9362 (or 0xAC9362) is unknown color: approx Barley Corn. HEX triplet: AC, 93 and 62. RGB value is (172,147,98). Sum of RGB (Red+Green+Blue) = 172+147+98=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9362 is #536C9D. Grayscale: #959595. Windows color (decimal): -5467294 or 6460332. OLE color: 6460332.

HSL color Cylindrical-coordinate representation of color #AC9362: hue angle of 39.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC9362 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17214798-
CMYK00.150.430.33
HSL39.73º30.83%52.94%-
HSV(B)39.73º43.02%67.45%-
XYZ29.6530.5215.88-
YUV148.8999.28144.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=41.25%
G=35.25%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721479800.150.430.3339.7330.8352.94
HexAC93620F2B21281f35
Octal2542231420175341503765
Binary101011001001001111000100111110101110000110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9362; }

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

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

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

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

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

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

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

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