#AC965E

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

Shades of Barley Corn #AC965E

Tints of Barley Corn #AC965E

Color information

#AC965E (or 0xAC965E) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 5E. RGB value is (172,150,94). Sum of RGB (Red+Green+Blue) = 172+150+94=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965E is #5369A1. Grayscale: #969696. Windows color (decimal): -5466530 or 6198956. OLE color: 6198956.

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

Color convert

RGB17215094-
CMYK00.130.450.33
HSL43.08º31.97%52.16%-
HSV(B)43.08º45.35%67.45%-
XYZ29.9431.3915.07-
YUV150.1996.29143.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=41.35%
G=36.06%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721509400.130.450.3343.0831.9752.16
HexAC965E0D2D212b2034
Octal2542261360155541534064
Binary1010110010010110101111001101101101100001101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC965E; }

 p { color: rgb(172,150,94); }

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

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

 a { background-color: rgb(172,150,94); }

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

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

 span { border-color: rgb(172,150,94); }

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